Added eob == 0 check to vp9_dequant_idct_add_32x32_c
authorScott LaVarnway <slavarnway@google.com>
Fri, 25 Jan 2013 01:09:56 +0000 (17:09 -0800)
committerScott LaVarnway <slavarnway@google.com>
Fri, 25 Jan 2013 01:09:56 +0000 (17:09 -0800)
commit9d4c26531b600a98c236833269a4ca81e1cc0d39
treedcb5b6019402b9f3c3d6a9a2b410de8a68fcf213
parent425316bcef054ac00d52f68137e75262fb1df52c
Added eob == 0 check to vp9_dequant_idct_add_32x32_c

Added a quick eob == 0 check.  Once the integer version of the dct32x32 is
complete, we can check for other eob cases.

For the 1080p clip used, the decoder performance improved by 4%.

Change-Id: I9390b6ed3c8be0c0c0a0c44c578d9a031d6e026e
vp9/decoder/vp9_dequantize.c