diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-08-22 06:24:59 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-08-22 06:24:59 +0000 |
commit | 0bd2483a7553bfd60af3d8f137cab02795d59771 (patch) | |
tree | cffb1ceda1c8b9ce0dac1d81e445e9f889e6c118 /tests/ffmpeg.regression.ref | |
parent | 32255f6c2a38ecf6cae0b7902815e24c8f1024dd (diff) | |
download | ffmpeg-0bd2483a7553bfd60af3d8f137cab02795d59771.tar.gz |
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
Diffstat (limited to 'tests/ffmpeg.regression.ref')
-rw-r--r-- | tests/ffmpeg.regression.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ffmpeg.regression.ref b/tests/ffmpeg.regression.ref index 037c748e3c..cc44375b81 100644 --- a/tests/ffmpeg.regression.ref +++ b/tests/ffmpeg.regression.ref @@ -155,7 +155,7 @@ bbff871d1475e1eee4231a08e075de2c *./data/out.yuv stddev: 10.99 PSNR:27.30 bytes:7602176 21f8ff9f1daacd9133683bb4ea0f50a4 *./data/a-mp2.mp2 95712 ./data/a-mp2.mp2 -6956f2c5185c4edbae648c614992a14b *./data/out.wav +83f8df5d5f84480566af548bb037fceb *./data/out.wav stddev:9330.70 PSNR:16.92 bytes:1054720 stddev:4396.13 PSNR:23.46 bytes:1052672 aefe11ab5067621a1c674859d6413891 *./data/a-ac3.rm |