summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/rv34dsp_init_arm.c
Commit message (Collapse)AuthorAgeFilesLines
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-061-1/+1
|
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
|
* 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 <[email protected]>
* arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf2012-10-101-0/+45
Assign NEON specific function pointers after runtime check via av_get_cpu_flags(). Signed-off-by: Janne Grunau <[email protected]>