WIP: 32x32 idct/recon merge
authorScott LaVarnway <slavarnway@google.com>
Tue, 14 May 2013 15:58:13 +0000 (11:58 -0400)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Tue, 14 May 2013 22:54:17 +0000 (15:54 -0700)
commit2cf0d4be122f9951b34115401aad069a9464b4c5
tree7e5f324e083b0dc4f8121a6894ce97d3b8ca73b9
parent1f26840fbfbef085ed53016bfc91705f148916fd
WIP: 32x32 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: I4ea09df0e162591e420d869b7431c2e7f89a8c1a
test/dct32x32_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