]> granicus.if.org Git - libvpx/commit
Relocated idct/add calls for encoder
authorScott LaVarnway <slavarnway@google.com>
Wed, 9 Nov 2011 15:41:05 +0000 (10:41 -0500)
committerScott LaVarnway <slavarnway@google.com>
Wed, 9 Nov 2011 15:41:05 +0000 (10:41 -0500)
commit861ed6a5c12a0563701e3222843fadc86b6d8d74
tree518d9b32708a34ff2b9459a4ac3573cae56f21ca
parente1a55b504a625771ad41f42f66f16879d386033d
Relocated idct/add calls for encoder

Call the idct/add after the tokenize.  This is WIP with
the goal of creating a common idct/add for the encoder and
decoder. This move is necessary because the decoder's version
of the idct clobbers qcoeff, which is used by the tokenize.

Change-Id: I6b08d8e8397cd873647fa4fb9469884e3c876756
vp8/common/invtrans.c
vp8/encoder/encodeframe.c
vp8/encoder/encodeintra.c
vp8/encoder/encodemb.c