[FFmpeg-cvslog] ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().

Justin Ruggles git
Wed Feb 16 23:18:32 CET 2011


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Wed Feb 16 14:04:04 2011 -0500| [20a2a3da8f59979e5f256c8a0356a6c224277d18] | committer: Michael Niedermayer

ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().

Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
(cherry picked from commit 1f004fc512babe8215e2aa31fa4770aa27812cab)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=20a2a3da8f59979e5f256c8a0356a6c224277d18
---

 libavcodec/x86/ac3dsp.asm |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/libavcodec/x86/ac3dsp.asm b/libavcodec/x86/ac3dsp.asm
index dc71ccf..b1eeca9 100644
--- a/libavcodec/x86/ac3dsp.asm
+++ b/libavcodec/x86/ac3dsp.asm
@@ -110,8 +110,7 @@ cglobal ac3_max_msb_abs_int16_%1, 2,2,5, src, len
     por         m2, m3
 %endif
 %ifidn mmsize, 16
-    mova        m0, m2
-    punpckhqdq  m0, m0
+    movhlps     m0, m2
     por         m2, m0
 %endif
     PSHUFLW     m0, m2, 0xe




More information about the ffmpeg-cvslog mailing list