summaryrefslogtreecommitdiff
path: root/libavcodec/fft_init_table.c
Commit message (Collapse)AuthorAgeFilesLines
* libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic2013-08-041-0/+200
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>