ffmpeg/libavcodec/mips
James Cowgill 37ffe7f90a mips/aaccoder: use variables instead of using register names directly
On mips64, the registers t[4-7] do not exist. Instead of using a lot of #ifdef
or defines to handle differing register names, use variables and let GCC
allocate the registers automatically (like in the other mips assembly files).

In get_band_cost_ESC_mips, t4 and t5 were renamed to t6 and t7 to avoid a
variable name conflict.

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-03 21:58:36 +01:00
..
Makefile
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: use float* to hold pointer instead of int 2015-03-03 21:36:33 +01:00
aacdec_mips.h
aacpsdsp_mips.c mips: use float* to hold pointer instead of int 2015-03-03 21:36:33 +01:00
aacpsy_mips.h
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_mips.c
fmtconvert_mips.c
iirfilter_mips.c
lsp_mips.h
mathops.h
mpegaudiodsp_mips_fixed.c
mpegaudiodsp_mips_float.c
sbrdsp_mips.c mips: use float* to hold pointer instead of int 2015-03-03 21:36:33 +01:00