summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodsp.h
Commit message (Collapse)AuthorAgeFilesLines
* mpegaudiodec: change imdct window arrangment for better pointer alignmentVitor Sessak2012-01-081-2/+6
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak2012-01-081-0/+16
| | | | 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>
* multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
| | | | | Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
* Fix ff_mpa_synth_filter_fixed() prototypeMans Rullgard2011-05-201-1/+1
| | | | | | | The prototype should use the same typedefs as the definition, or it will fail where int32_t is not int (DOS apparently). Signed-off-by: Mans Rullgard <mans@mansr.com>
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-0/+63
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