summaryrefslogtreecommitdiff
path: root/libavcodec/fft_fixed_32.c
Commit message (Collapse)AuthorAge
* libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic2013-08-04
Iterative implementation of 32 bit fixed point split-radix FFT. Max FFT that can be calculated currently is 2^12. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>