aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/sbrdsp.c
Commit message (Expand)AuthorAgeFilesLines
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-1/+1
* SBR DSP: unroll sum_squareChristophe GISQUET2012-03-071-4/+9
* SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET2012-02-231-0/+2
* SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET2012-02-231-1/+1
* aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard2012-01-281-0/+4
* aacsbr: move some simdable loops to function pointersMans Rullgard2012-01-281-0/+237