Fixed mb_skip_coeff bug
authorScott LaVarnway <slavarnway@google.com>
Fri, 16 Dec 2011 18:48:01 +0000 (13:48 -0500)
committerScott LaVarnway <slavarnway@google.com>
Fri, 16 Dec 2011 18:48:01 +0000 (13:48 -0500)
commit0ccefd2c8f82d4aacc0b8410788caaa36c5602eb
tree03e0c3016cb27465b3171371357fe045239886d2
parenta53d5a4c442a84cacbd8225fac72db3789b3e10c
Fixed mb_skip_coeff bug

When mb_skip_coeff is set, the idct is not necessary.  Prior
to this patch, the code would call idcts based on leftover
eob information.  This patch will now skip the idct for
SPLIT_MV and clear out the eobs for B_PRED, forcing the idct
to be skipped.

Change-Id: If5b0d2ed3ebd07789d30ec5160df927485fcaa17
vp8/decoder/decodframe.c