replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compil...
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 22 Aug 2006 06:24:59 +0000 (06:24 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 22 Aug 2006 06:24:59 +0000 (06:24 +0000)
commit0bd2483a7553bfd60af3d8f137cab02795d59771
treecffb1ceda1c8b9ce0dac1d81e445e9f889e6c118
parent32255f6c2a38ecf6cae0b7902815e24c8f1024dd
replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs)

Originally committed as revision 6045 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegaudiodec.c
tests/ffmpeg.regression.ref
tests/libav.regression.ref
tests/rotozoom.regression.ref