summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/sbrdsp_init_arm.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-221-1/+4
| | | | | | | This allows masking CPU features with the -cpuflags avconv option which is useful for testing different optimisations without rebuilding. Signed-off-by: Mans Rullgard <[email protected]>
* SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET2012-02-231-1/+1
| | | | Signed-off-by: Ronald S. Bultje <[email protected]>
* aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard2012-01-281-0/+70
Overall speedup of HE-AAC decoding 2.3x on Cortex-A8, 1.2x on A9. Signed-off-by: Mans Rullgard <[email protected]>