mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
271f95940b
Floating point FFT (nips optimized) breaks when hard coded tables are not enabled because MIPS optimization of floating point FFT uses only ff_init_ff_cos_tabs(16) which is not enabled by default in that case. This patch is fixing it. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
||
---|---|---|
.. | ||
aaccoder_mips.c | ||
aacdec_mips.c | ||
aacdec_mips.h | ||
aacpsdsp_mips.c | ||
aacsbr_mips.c | ||
aacsbr_mips.h | ||
ac3dsp_mips.c | ||
acelp_filters_mips.c | ||
acelp_vectors_mips.c | ||
amrwbdec_mips.c | ||
amrwbdec_mips.h | ||
celp_filters_mips.c | ||
celp_math_mips.c | ||
compute_antialias_fixed.h | ||
compute_antialias_float.h | ||
fft_init_table.c | ||
fft_mips.c | ||
fft_table.h | ||
fmtconvert_mips.c | ||
iirfilter_mips.c | ||
lsp_mips.h | ||
Makefile | ||
mathops.h | ||
mpegaudiodsp_mips_fixed.c | ||
mpegaudiodsp_mips_float.c | ||
sbrdsp_mips.c |