From 18d7074b4e5a1112cfa6a53dde0faa25d2bd0b15 Mon Sep 17 00:00:00 2001 From: Nedeljko Babic Date: Mon, 3 Jun 2013 16:11:12 +0200 Subject: 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 Signed-off-by: Michael Niedermayer --- doc/mips.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/mips.txt b/doc/mips.txt index 051b8196b2..8c6779f67d 100644 --- a/doc/mips.txt +++ b/doc/mips.txt @@ -47,6 +47,11 @@ Files that have MIPS copyright notice in them: * libavutil/mips/ float_dsp_mips.c libm_mips.h +* libavcodec/ + fft_fixed_32.c + fft_init_table.c + fft_table.h + mdct_fixed_32.c * libavcodec/mips/ aaccoder_mips.c aacpsy_mips.h -- cgit v1.2.3