summaryrefslogtreecommitdiffstats
path: root/libavcodec/idctdsp.c
Commit message (Collapse)AuthorAgeFilesLines
* Split off floating point AAN (I)DCT into separate componentsDiego Biurrun2014-09-071-0/+2
|
* idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-021-14/+8
| | | | | | 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-081-17/+15
|
* idctdsp: prettyprinting cosmeticsDiego Biurrun2014-07-181-16/+16
|
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-181-12/+12
| | | | Also rename the enum values to be consistent with other DCT permutations.
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-0/+197
OpenPOWER on IntegriCloud