WIP: removing predictor buffer usage from decoder
authorScott LaVarnway <slavarnway@google.com>
Wed, 10 Apr 2013 23:46:52 +0000 (19:46 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 11 Apr 2013 20:55:18 +0000 (13:55 -0700)
commit6189f2bcb1ab78caa3dcd09043a36f54c7fda51a
tree96cb5b2635af9e2e5226ffb615b62a22388de4d2
parent2dc6acc0fcdf073771d70bb94efc506ad93f393b
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
vp9/common/vp9_blockd.h
vp9/common/vp9_reconinter.c
vp9/common/vp9_reconinter.h
vp9/common/vp9_reconintra.c
vp9/common/vp9_reconintra4x4.c
vp9/common/vp9_rtcd_defs.sh
vp9/decoder/vp9_decodframe.c
vp9/decoder/vp9_dequantize.h
vp9/decoder/vp9_idct_blk.c
vp9/encoder/vp9_encodeintra.c
vp9/encoder/vp9_rdopt.c