diff options
author | Nedeljko Babic <nbabic@mips.com> | 2012-09-04 18:43:34 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-05 20:09:56 +0200 |
commit | b3fdfc8c4e4d35430262e9c4dda0be040dec42ee (patch) | |
tree | 83b147333557738de81ce2ec2557a76785f9a780 /doc/mips.txt | |
parent | 9afd55922a5d8dfac1d968656cb570ff36d894d3 (diff) | |
download | ffmpeg-b3fdfc8c4e4d35430262e9c4dda0be040dec42ee.tar.gz |
Optimization of AC3 floating point decoder for MIPS
FFT in MIPS implementation is working iteratively instead
of "recursively" calling functions for smaller FFT sizes.
Some of DSP and format convert utils functions are also optimized.
Signed-off-by: Nedeljko Babic <nbabic@mips.com>
Reviewed-by: Vitor Sessak <vitor1001@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/mips.txt')
-rw-r--r-- | doc/mips.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mips.txt b/doc/mips.txt index 774a9c2689..6fa6fb4baf 100644 --- a/doc/mips.txt +++ b/doc/mips.txt @@ -59,6 +59,7 @@ Files that have MIPS copyright notice in them: dsputil_mips.c fft_mips.c fft_table.h + fft_init_table.c fmtconvert_mips.c mpegaudiodsp_mips_fixed.c mpegaudiodsp_mips_float.c |