-
- Downloads
Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
This reverts commit f8bed30d. 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.
Showing
- libavcodec/ppc/vc1dsp_altivec.c 2 additions, 61 deletionslibavcodec/ppc/vc1dsp_altivec.c
- libavcodec/vc1.c 1 addition, 27 deletionslibavcodec/vc1.c
- libavcodec/vc1dec.c 25 additions, 33 deletionslibavcodec/vc1dec.c
- libavcodec/vc1dsp.c 10 additions, 44 deletionslibavcodec/vc1dsp.c
- libavcodec/vc1dsp.h 1 addition, 5 deletionslibavcodec/vc1dsp.h
Loading
Please register or sign in to comment