summaryrefslogtreecommitdiffstats
path: root/libavcodec/proresdsp.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
| | | | Anonymous structs cannot be forward declared and have no benefit.
* prores encoderKostya Shishkov2012-02-151-0/+3
|
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-111-0/+2
| | | | ~3.0-3.5x as fast as original C version, 1.6x as fast overall.
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-111-0/+38
OpenPOWER on IntegriCloud