summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/rv40dsp_init_arm.c
Commit message (Collapse)AuthorAgeFilesLines
* arm: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-2/+2
|
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-1/+1
| | | | Signed-off-by: Luca Barbato <[email protected]>
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-061-1/+1
|
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-2/+3
|
* arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf2012-10-101-0/+147
Assign NEON specific function pointers after runtime check via av_get_cpu_flags(). Signed-off-by: Janne Grunau <[email protected]>