summaryrefslogtreecommitdiff
path: root/libavcodec/idctdsp.c
Commit message (Collapse)AuthorAge
* Split off floating point AAN (I)DCT into separate componentsDiego Biurrun2014-09-07
|
* idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-02
| | | | | | These function pointers already existed in the ARM code. Adding them globally allows calls to the function pointers to access arch-optimized versions of the functions transparently.
* idct: cosmetics: Drop one unnecessary if-block levelDiego Biurrun2014-08-08
|
* idctdsp: prettyprinting cosmeticsDiego Biurrun2014-07-18
|
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-18
| | | | Also rename the enum values to be consistent with other DCT permutations.
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30