summaryrefslogtreecommitdiff
path: root/libavcodec/proresdsp.c
Commit message (Collapse)AuthorAge
* prores: use C idct for fate as the SSE code is not matching the SSE* code ↵Michael Niedermayer2011-10-14
| | | | | | down at the bits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-11
| | | | ~3.0-3.5x as fast as original C version, 1.6x as fast overall.
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-11