mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
libavcodec: Implementation of 32 bit fixed point FFT
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>
This commit is contained in:
committed by
Michael Niedermayer
parent
27cc3e72f8
commit
18d7074b4e
@@ -17,4 +17,5 @@
|
||||
*/
|
||||
|
||||
#define CONFIG_FFT_FLOAT 1
|
||||
#define CONFIG_FFT_FIXED_32 0
|
||||
#include "fft.c"
|
||||
|
||||
Reference in New Issue
Block a user