vpx/vp9/decoder
Ronald S. Bultje f090b6b47b Restructure vp9_decode_mb_tokens_16x16() a bit.
Don't declare variables if they only ever have a single value and are
used only as argument to another function call; instead, just hardcode
the value in the function call directly. Also remove unneeded brackets
around a code block, and remove the magic offsets 64 and 256 for chroma
values in the coefficient memory block.

Change-Id: I14fc14120a81ea1d6fb862674e8bf8cf6ba3d114
2012-11-23 09:11:12 -08:00
..
arm Fix eobs data type 2012-11-02 13:22:29 -07:00
x86 Add const before the dequant(dq) 2012-11-16 12:13:13 -08:00
asm_dec_offsets.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
dboolhuff.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
dboolhuff.h silent a lot of MSVC compiler warnings 2012-11-06 09:09:25 -08:00
decodemv.c Support 32x32 intra modes in non-keyframe superblocks. 2012-11-16 09:54:43 -08:00
decodemv.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
decodframe.c Fix enc/dec mismatch with b_context_pred experiment enabled. 2012-11-21 12:39:55 -08:00
decodframe.h Place non-static function prototypes in a header file. 2012-11-02 11:22:57 -07:00
dequantize.c Merge "Add const before the dequant(dq)" into experimental 2012-11-16 12:35:17 -08:00
dequantize.h Add const before the dequant(dq) 2012-11-16 12:13:13 -08:00
detokenize.c Restructure vp9_decode_mb_tokens_16x16() a bit. 2012-11-23 09:11:12 -08:00
detokenize.h Fix enc/dec mismatch with b_context_pred experiment enabled. 2012-11-21 12:39:55 -08:00
idct_blk.c Merge "Add const before the dequant(dq)" into experimental 2012-11-16 12:35:17 -08:00
onyxd_if.c Merge "Pack invisible frames without lengths" into experimental 2012-11-20 17:22:50 -08:00
onyxd_int.h Pack invisible frames without lengths 2012-11-15 15:48:07 -08:00
reconintra_mt.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
treereader.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00