summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmv2dsp.c
Commit message (Collapse)AuthorAgeFilesLines
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-251-9/+9
|
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-181-1/+1
| | | | Also rename the enum values to be consistent with other DCT permutations.
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-1/+1
|
* dsputil: Move mspel_pixels_tab to the only place it is usedDiego Biurrun2014-05-291-0/+119
|
* Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+3
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* wmv2: move IDCT to its own DSP context.Ronald S. Bultje2013-01-201-0/+145
This allows us to remove FF_IDCT_WMV2, which serves no practical purpose other than to be able to select the WMV2 IDCT for MPEG (or vice versa) and get corrupt output. Fate tests for all wmv2-related tests change, because (for some obscure reason) they forced use of the MPEG IDCT. You would get the same changes previously by not using -idct simple in the fate test (or replacing it with -idct auto).
OpenPOWER on IntegriCloud