enable interleaved decoding of mode and mv
authorYaowu Xu <yaowu@google.com>
Fri, 3 Aug 2012 19:31:38 +0000 (12:31 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 3 Aug 2012 19:34:48 +0000 (12:34 -0700)
commit2e73f901d54710bb5a16e14b1f2f3ebb650ef718
treeb747110d905622e710ee6bed6bbc404a290f918c
parent236597fd564612778f52f399d2a749c862572a69
enable interleaved decoding of mode and mv

Previouly, the decoding of mode and motion vector are done a per frame
basis followed by residue decoding and reconstuction. The commit added
the option to allow decoder to interleave the decoding of mode and mvs
with the residue decoding on a per MB basis.

Change-Id: Ia5316f4a7af9ba7f155c92b5a6fc97201b653571
vp8/decoder/decodemv.c
vp8/decoder/decodframe.c
vp8/decoder/onyxd_if.c
vp8/decoder/onyxd_int.h