summaryrefslogtreecommitdiffstats
path: root/libavcodec/proresdsp.c
Commit message (Collapse)AuthorAgeFilesLines
* prores: Drop DSP infrastructure for prores encoder bitsDiego Biurrun2014-02-281-23/+1
| | | | None of the encoder bits are arch-optimized.
* proresenc: Drop unnecessary DCT permutation bitsDiego Biurrun2014-02-281-3/+0
| | | | No permutation is necessary for the FDCT.
* prores: Use consistent names for DSP arch initialization functionsDiego Biurrun2014-02-281-1/+2
|
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3
|
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-091-0/+1
|
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+4
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-1/+1
| | | | Rename the called dsp init functions to *_init_x86.
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* prores: initialise encoder and decoder parts only when neededKostya Shishkov2012-02-171-2/+10
|
* prores encoderKostya Shishkov2012-02-151-0/+17
|
* 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/+61
OpenPOWER on IntegriCloud