summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fft_init.c
Commit message (Collapse)AuthorAgeFilesLines
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-011-7/+0
|
* fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun2016-02-261-5/+6
|
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-311-1/+1
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* x86: Split DCT and FFT initialization into separate filesDiego Biurrun2013-08-211-15/+2
|
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-9/+11
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
|
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-2/+2
| | | | Rename the called dsp init functions to *_init_x86.
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-11/+8
| | | | | This separates code relying on inline from that relying on external assembly and fixes instances where the coalesced check was incorrect.
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-151-0/+72