Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-03sbrdsp: Unroll and use integer operationsChristophe Gisquet
2013-05-03sbrdsp: Unroll sbr_autocorrelate_cChristophe Gisquet
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-03-07SBR DSP: unroll sum_squareChristophe GISQUET
2012-02-24SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET
2012-02-24SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET
2012-01-28aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard
2012-01-28aacsbr: move some simdable loops to function pointersMans Rullgard