1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-03 01:39:58 +02:00
ffmpeg/libavcodec/mips
Nedeljko Babic b3fdfc8c4e 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>
2012-09-05 20:09:56 +02:00
..
acelp_filters_mips.c replace all __volatile__ by volatile 2012-07-11 04:04:29 +02:00
acelp_vectors_mips.c replace all __volatile__ by volatile 2012-07-11 04:04:29 +02:00
amrwbdec_mips.c replace all __volatile__ by volatile 2012-07-11 04:04:29 +02:00
amrwbdec_mips.h Optimization of AMR NB and WB decoders for MIPS 2012-06-11 21:12:39 +02:00
celp_filters_mips.c replace all __volatile__ by volatile 2012-07-11 04:04:29 +02:00
celp_math_mips.c replace all __volatile__ by volatile 2012-07-11 04:04:29 +02:00
compute_antialias_fixed.h replace all __volatile__ by volatile 2012-07-11 04:04:29 +02:00
compute_antialias_float.h replace all __volatile__ by volatile 2012-07-11 04:04:29 +02:00
dsputil_mips.c Optimization of AC3 floating point decoder for MIPS 2012-09-05 20:09:56 +02:00
dsputil_mmi.c Merge remote-tracking branch 'qatar/master' 2012-02-16 01:34:37 +01:00
fft_init_table.c Optimization of AC3 floating point decoder for MIPS 2012-09-05 20:09:56 +02:00
fft_mips.c Optimization of AC3 floating point decoder for MIPS 2012-09-05 20:09:56 +02:00
fft_table.h Optimization of AC3 floating point decoder for MIPS 2012-09-05 20:09:56 +02:00
fmtconvert_mips.c Optimization of AC3 floating point decoder for MIPS 2012-09-05 20:09:56 +02:00
idct_mmi.c
lsp_mips.h replace all __volatile__ by volatile 2012-07-11 04:04:29 +02:00
Makefile Optimization of AC3 floating point decoder for MIPS 2012-09-05 20:09:56 +02:00
mathops.h
mmi.h
mpegaudiodsp_mips_fixed.c replace all __volatile__ by volatile 2012-07-11 04:04:29 +02:00
mpegaudiodsp_mips_float.c replace all __volatile__ by volatile 2012-07-11 04:04:29 +02:00
mpegvideo_mmi.c Merge remote-tracking branch 'qatar/master' 2012-02-16 01:34:37 +01:00