summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/fft_init_aarch64.c
Commit message (Collapse)AuthorAgeFilesLines
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-011-12/+0
|
* fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-261-0/+3
|
* aarch64: NEON float (i)MDCTJanne Grunau2014-04-221-0/+10
| | | | Approximately as fast as the ARM NEON version on Apple's A7.
* aarch64: NEON float FFTJanne Grunau2014-04-221-0/+37
Approximately as fast as the ARM NEON version on Apple's A7.