Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | idctdsp: Add global function pointers for {add|put}_pixels_clamped functions | Diego Biurrun | 2014-09-02 | 1 | -0/+3 |
| | | | | | | 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: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 1 | -9/+12 |
| | | | | Also rename the enum values to be consistent with other DCT permutations. | ||||
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -0/+104 |