vpx/vp9/decoder
Scott LaVarnway 6189f2bcb1 WIP: removing predictor buffer usage from decoder
This patch will use the dest buffer instead of the
predictor buffer.  This will allow us in future commits
to remove the extra mem copy that occurs in the dequant
functions when eob == 0.  We should also be able to remove
extra params that are passed into the dequant functions.

Change-Id: I7241bc1ab797a430418b1f3a95b5476db7455f6a
2013-04-11 13:55:18 -07:00
..
x86 Optimize add_constant_residual function 2013-03-07 15:49:07 -08:00
vp9_asm_dec_offsets.c Remove unused symbols from vp9 asm offsets C files. 2012-12-07 15:38:40 -08:00
vp9_dboolhuff.c Code cleanup. 2013-03-05 14:12:16 -08:00
vp9_dboolhuff.h General code cleanup. 2013-03-27 14:22:30 -07:00
vp9_decodemv.c Make usage of sb_type independent of literal values. 2013-04-10 17:38:57 -07:00
vp9_decodemv.h Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_decodframe.c WIP: removing predictor buffer usage from decoder 2013-04-11 13:55:18 -07:00
vp9_decodframe.h Code cleanup. 2013-02-21 13:50:15 -08:00
vp9_dequantize.c Renaming inverse hybrid transform functions. 2013-04-09 11:09:23 -07:00
vp9_dequantize.h WIP: removing predictor buffer usage from decoder 2013-04-11 13:55:18 -07:00
vp9_detokenize.c Add foreach_transformed_block 2013-04-11 11:42:19 -07:00
vp9_detokenize.h Make SB Decoding units size-independent 2013-04-10 10:52:10 -07:00
vp9_idct_blk.c WIP: removing predictor buffer usage from decoder 2013-04-11 13:55:18 -07:00
vp9_onyxd_if.c Lower case names for struct members. 2013-04-02 13:34:20 -07:00
vp9_onyxd_int.h Lower case names for struct members. 2013-04-02 13:34:20 -07:00
vp9_onyxd.h Lower case names for struct members. 2013-04-02 13:34:20 -07:00
vp9_treereader.h Extract setup_frame_size and update_frame_context functions. 2013-03-27 14:04:35 -07:00