]> git.sesse.net Git - ffmpeg/commit
Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 4 May 2011 11:35:30 +0000 (07:35 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 4 May 2011 11:40:01 +0000 (07:40 -0400)
commit18b6a69ce9fcbd12476cfbe8ca9cd7e148dc21c5
tree4b1c1404f140ca0dedcb42d8c1d221f9f11ff41d
parent1a5e4fd8c5b99478b4e08a69261930bb12aa948b
Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."

This reverts commit f8bed30d8b176fa030f6737765338bb4a2bcabc9. The reason
for this is that the overlap filter, which runs after IDCT, should run
on unclamped values, and thus IDCT and put_pixels() cannot be merged if
we want to attempt to be bitexact.
libavcodec/ppc/vc1dsp_altivec.c
libavcodec/vc1.c
libavcodec/vc1dec.c
libavcodec/vc1dsp.c
libavcodec/vc1dsp.h