WIP: 16x16 idct/recon merge
authorScott LaVarnway <slavarnway@google.com>
Wed, 15 May 2013 17:16:02 +0000 (13:16 -0400)
committerScott LaVarnway <slavarnway@google.com>
Wed, 15 May 2013 17:16:02 +0000 (13:16 -0400)
commita272ff25cd99f47950dddb55e94b370e95b70016
tree184ef2adf758d9cf09b4fab283bad047b8666635
parent2cf0d4be122f9951b34115401aad069a9464b4c5
WIP: 16x16 idct/recon merge

This patch eliminates the intermediate diff buffer usage by
combining the short idct and the add residual into one function.
The encoder can use the same code as well.

Change-Id: Iea7976b22b1927d24b8004d2a3fddae7ecca3ba1
test/dct16x16_test.cc
vp9/common/vp9_idct.c
vp9/common/vp9_rtcd_defs.sh
vp9/common/x86/vp9_idct_intrin_sse2.c
vp9/decoder/vp9_idct_blk.c
vp9/decoder/x86/vp9_dequantize_sse2.c
vp9/encoder/vp9_encodemb.c