FFmpeg/libavcodec/mips
Nedeljko Babic 271f95940b libavcodec/mips: fix for mips optimized fp fft with hard coded tables disabled
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>
2013-03-20 13:48:05 +01:00
..
aaccoder_mips.c mips: Optimization of AAC coefficients encoder functions 2013-03-20 12:34:37 +01:00
aacdec_mips.c mips: optimization for float aac decoder (core module) 2013-01-31 01:23:09 +01:00
aacdec_mips.h mips: optimization for float aac decoder (core module) 2013-01-31 01:23:09 +01:00
aacpsdsp_mips.c mips: optimization for float aac decoder (ps module) 2013-02-21 22:43:26 +01:00
aacsbr_mips.c libavcodec/mips/aacsbr_mips: fix ;; 2013-02-21 23:06:30 +01:00
aacsbr_mips.h mips: optimization for float aac decoder (sbr module) 2013-02-21 22:43:08 +01:00
ac3dsp_mips.c mips: ac3 downmix updated to the new data layout. 2012-12-13 13:51:05 +01:00
acelp_filters_mips.c mips: inline assembly clobber list polishing 2013-03-19 16:51:35 +01:00
acelp_vectors_mips.c mips: inline assembly clobber list polishing 2013-03-19 16:51:35 +01:00
amrwbdec_mips.c mips: inline assembly clobber list polishing 2013-03-19 16:51:35 +01:00
amrwbdec_mips.h
celp_filters_mips.c mips: inline assembly clobber list polishing 2013-03-19 16:51:35 +01:00
celp_math_mips.c mips: inline assembly clobber list polishing 2013-03-19 16:51:35 +01:00
compute_antialias_fixed.h mips: inline assembly clobber list polishing 2013-03-19 16:51:35 +01:00
compute_antialias_float.h mips: inline assembly clobber list polishing 2013-03-19 16:51:35 +01:00
fft_init_table.c
fft_mips.c libavcodec/mips: fix for mips optimized fp fft with hard coded tables disabled 2013-03-20 13:48:05 +01:00
fft_table.h
fmtconvert_mips.c
iirfilter_mips.c mips: Optimization of IIR filter function 2013-03-20 12:44:32 +01:00
lsp_mips.h mips: inline assembly clobber list polishing 2013-03-19 16:51:35 +01:00
Makefile mips: Optimization of IIR filter function 2013-03-20 12:44:32 +01:00
mathops.h
mpegaudiodsp_mips_fixed.c mips: inline assembly clobber list polishing 2013-03-19 16:51:35 +01:00
mpegaudiodsp_mips_float.c mips: inline assembly clobber list polishing 2013-03-19 16:51:35 +01:00
sbrdsp_mips.c mips: optimization for float aac decoder (sbr module) 2013-02-21 22:43:08 +01:00