aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/sbrdsp_init.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86/sbrdsp_init: disable using the noise code in x86_64 MSVC, Try #2Michael Niedermayer2013-04-241-1/+1
* avcodec/x86/sbrdsp_init: disable using the noise code in x86_64 MSVCMichael Niedermayer2013-04-231-0/+2
* x86: sbrdsp: implement SSE2 hf_apply_noiseChristophe Gisquet2013-04-191-0/+17
* x86: sbrdsp: implement SSE2 qmf_pre_shuffleChristophe Gisquet2013-04-101-0/+2
* x86: sbrdsp: implement SSE qmf_deint_bflyChristophe Gisquet2013-04-081-0/+7
* x86: sbrdsp: Implement SSE neg_odd_64Christophe Gisquet2013-04-051-0/+2
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* x86: sbrdsp: Implement SSE qmf_post_shuffleChristophe Gisquet2013-01-061-0/+2
* x86: sbrdsp: Implement SSE sum64x5Christophe Gisquet2013-01-061-0/+2
* SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet2012-12-071-0/+4
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-6/+5
* SBR DSP x86: implement SSE sbr_hf_g_filtChristophe GISQUET2012-02-231-0/+3
* SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET2012-02-231-0/+37