summaryrefslogtreecommitdiffstats
path: root/libavcodec/eaidct.h
Commit message (Collapse)AuthorAgeFilesLines
* ea: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-1/+2
| | | | ptrdiff_t is the correct type for array strides and similar.
* Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+1
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard2012-07-291-0/+27
These decoders use a special non-MPEG2 IDCT. Call it directly instead of going through dsputil. There is never any reason to use a regular IDCT with these decoders or to use the EA IDCT with other codecs. This also fixes the bizarre situation of eamad and eatqi decoding incorrectly if eatgq is disabled. Signed-off-by: Mans Rullgard <mans@mansr.com>
OpenPOWER on IntegriCloud