summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/fft_init.c
Commit message (Collapse)AuthorAge
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-01
|
* fft: ppc: Place ff_fft_calc_interleave_altivec() under correct ifdefsDiego Biurrun2016-02-15
| | | | Also fix #endif comments in the FFT init code.
* ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-31
| | | | | In Little Endian the vec_ld/vec_st operations work as expected only for byte-vectors.
* ppc: fft: Build AltiVec optimizations in the standard wayDiego Biurrun2014-08-02