summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv34dsp.c
Commit message (Expand)AuthorAgeFilesLines
* Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-061-4/+5
* Drop DCTELEM typedefDiego Biurrun2013-01-221-6/+6
* arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf2012-10-101-2/+2
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* rv34dsp: factorize a multiplication in the noround inverse transformChristophe GISQUET2012-04-281-9/+9
* Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-061-9/+6
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-201-2/+2
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-161-48/+14
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-161-1/+46
* rv34: DC-only inverse transformChristophe GISQUET2012-01-121-0/+24
* rv34: joint coefficient decoding and dequantizationChristophe GISQUET2012-01-041-16/+0
* rv34: move 4x4 dequant to RV34DSPContextMans Rullgard2011-12-131-0/+16
* rv34: NEON optimised inverse transform functionsJanne Grunau2011-12-061-0/+3
* rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-121-0/+106
OpenPOWER on IntegriCloud