aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2015-02-26 13:42:53 +0000
committerMichael Niedermayer <michaelni@gmx.at>2015-03-03 21:58:36 +0100
commit37ffe7f90a5708f3b51f277dac377a5454b5c0d5 (patch)
tree62d58fe976e2d0fdb4b3235694dc1a935c2fcc59 /libavformat
parentde4f59b5367213fc5a10df6570f9f33757302fbd (diff)
downloadffmpeg-37ffe7f90a5708f3b51f277dac377a5454b5c0d5.tar.gz
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>
Diffstat (limited to 'libavformat')
0 files changed, 0 insertions, 0 deletions