Commit 82a8d0f1 authored by Jason Garrett-Glaser's avatar Jason Garrett-Glaser

Use add instead of lshift in mmxext vp8 idct

Originally committed as revision 23891 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 565344e7
......@@ -939,8 +939,8 @@ cglobal vp8_idct_dc_add_sse4, 3, 3, 6
pmulhw %4, m6 ;20091(2)
paddw %3, %1
paddw %4, %2
psllw %1, 1
psllw %2, 1
paddw %1, %1
paddw %2, %2
pmulhw %1, m7 ;35468(1)
pmulhw %2, m7 ;35468(2)
psubw %1, %4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment