summaryrefslogtreecommitdiff
path: root/libavcodec/binkdsp.h
Commit message (Collapse)AuthorAge
* dsputil: Move Bink-specific add_pixels8 to binkdspDiego Biurrun2014-05-29
|
* use my full first name instead of short one in copyrightsKostya Shishkov2013-06-01
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
|
* dsputil: move a bink-only function to binkdspMans Rullgard2011-07-27
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* bink: make IDCT take 32-bit inputKostya Shishkov2011-07-27
Since IDCT transforming 32-bit input to 8-bit output is unusual and unpractical for most codecs, move Bink IDCT into separate context. Get rid of an additional permutation table while at it since SIMD support for Bink IDCT is unlikely to be implemented in foreseeable future. Quantisation tables also have to change type to signed for proper dequantisation of DCT coefficients. Signed-off-by: Mans Rullgard <mans@mansr.com>