OSDN Git Service

Perform the DC prediction reversal immediately after decoding all of
authorMike Melanson <mike@multimedia.cx>
Tue, 22 Sep 2009 15:58:08 +0000 (15:58 +0000)
committerMike Melanson <mike@multimedia.cx>
Tue, 22 Sep 2009 15:58:08 +0000 (15:58 +0000)
commit138fe832152d4b30528933ca681b39831dd94569
treeb34b3d32f0fed9ff232d0f984e1d3ea5bf99d869
parent71e4218054c7547f17864a9e6c8ba9306cbdd391
Perform the DC prediction reversal immediately after decoding all of
the DC coefficients. This has a greater probability of leveraging the
coefficients while they are still cached.

When testing with the Big Buck Bunny 1080p video, I consistently saw
improvements of 500k-600k dezicycles per run (through
reverse_dc_prediction()) thanks to this move.

Originally committed as revision 19966 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp3.c