1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-18 10:21:39 +02:00
ffmpeg/libavcodec/mips
James Cowgill 157d6f0d5b mips: port optimizations to mips n64
This mainly consists of replacing all the pointer arithmatic 'addiu'
instructions with PTR_ADDIU which will handle the differences in pointer
sizes when compiled on 64 bit mips systems.

The header asmdefs.h contains the PTR_ macros which expend to the correct mips
instructions to manipulate registers containing pointers.

Signed-off-by: James Cowgill <james410@cowgill.org.uk>
Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-06 14:37:44 +01:00
..
aaccoder_mips.c mips/aaccoder: use variables instead of using register names directly 2015-03-03 21:58:36 +01:00
aacdec_mips.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
aacdec_mips.h mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
aacpsdsp_mips.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
aacpsy_mips.h mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
aacsbr_mips.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
aacsbr_mips.h mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
ac3dsp_mips.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
acelp_filters_mips.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
acelp_vectors_mips.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
amrwbdec_mips.c
amrwbdec_mips.h
celp_filters_mips.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
celp_math_mips.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
compute_antialias_fixed.h
compute_antialias_float.h mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
fft_mips.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
fmtconvert_mips.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
iirfilter_mips.c
lsp_mips.h mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
Makefile avcodec/mips/Makefile: Build fmtconvert_mips only if CONFIG_FMTCONVERT is set 2015-03-01 03:48:44 +01:00
mathops.h
mpegaudiodsp_mips_fixed.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
mpegaudiodsp_mips_float.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
sbrdsp_mips.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00