Re: [FFmpeg-devel] [PATCH 06/12] mips/aacdec: refactor out duplicated assembly code

2015-02-26 Thread Michael Niedermayer
On Thu, Feb 26, 2015 at 01:42:47PM +, James Cowgill wrote: > The float_copy and fmul_and_reverse functions are refactored out from the > multiple copies in this file. > > Signed-off-by: James Cowgill > --- > libavcodec/mips/aacdec_mips.c | 612 > -- >

[FFmpeg-devel] [PATCH 06/12] mips/aacdec: refactor out duplicated assembly code

2015-02-26 Thread James Cowgill
The float_copy and fmul_and_reverse functions are refactored out from the multiple copies in this file. Signed-off-by: James Cowgill --- libavcodec/mips/aacdec_mips.c | 612 -- 1 file changed, 111 insertions(+), 501 deletions(-) diff --git a/libavcodec/mi