summaryrefslogtreecommitdiff
path: root/libavcodec/x86/sbrdsp.asm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-241-0/+1
|\
| * aacsbr: handle m_max values smaller than 4.Ronald S. Bultje2012-03-231-0/+1
* | Replace SSE2 instruction by SSE equivalent.Reimar Döffinger2012-03-211-1/+1
|/
* sbrdsp.asm: convert all instructions to float/SSE ones.Reimar Döffinger2012-03-071-8/+8
* SBR DSP: fix SSE code to not use SSE2 instructions.Reimar Döffinger2012-03-061-1/+1
* SBR DSP x86: implement SSE sbr_hf_g_filtChristophe GISQUET2012-02-231-0/+40
* SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET2012-02-231-0/+74