Changeset 37ffe7f9 in ffmpeg

Timestamp:
Mar 3, 2015, 8:58:36 PM (10 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
ff6b0814
Parents:
de4f59b
git-author:
James Cowgill <james410@cowgill.org.uk> (02/26/15 13:42:53)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (03/03/15 20:58:36)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.