summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodsp.c
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: NEON fixed/floating point MPADSP apply_windowJanne Grunau2014-04-221-0/+1
| | | | | 30%/25% (fixed/float) faster mp3 decoding on Apple's A7. The floating point decoder is approximately 7% faster.
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
|
* ppc: More consistent arch initializationDiego Biurrun2013-04-301-1/+1
|
* 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.
* mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak2012-01-081-0/+5
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* ARM: optimised mpadsp_apply_window_fixedMans Rullgard2011-06-131-0/+1
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-0/+40
This separation allows these functions to be used in a cleaner fashion from other codecs (e.g. qdm2) and simplifies creating optimised versions of them. Signed-off-by: Mans Rullgard <mans@mansr.com>
OpenPOWER on IntegriCloud