diff options
author | James Cowgill <[email protected]> | 2015-02-26 13:42:53 +0000 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2015-03-03 21:58:36 +0100 |
commit | 37ffe7f90a5708f3b51f277dac377a5454b5c0d5 (patch) | |
tree | 62d58fe976e2d0fdb4b3235694dc1a935c2fcc59 /doc | |
parent | de4f59b5367213fc5a10df6570f9f33757302fbd (diff) |
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 <[email protected]>
Reviewed-by: Nedeljko Babic <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions