aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-02-16 14:04:04 -0500
committerMichael Niedermayer <michaelni@gmx.at>2011-02-16 23:00:50 +0100
commit20a2a3da8f59979e5f256c8a0356a6c224277d18 (patch)
treefe551ae6dfa3597d3feb9b404178b98970d97107
parentc4461aa83c2947c1f8a454dacb12b91b780191e1 (diff)
downloadffmpeg-20a2a3da8f59979e5f256c8a0356a6c224277d18.tar.gz
ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 1f004fc512babe8215e2aa31fa4770aa27812cab)
-rw-r--r--libavcodec/x86/ac3dsp.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/x86/ac3dsp.asm b/libavcodec/x86/ac3dsp.asm
index dc71ccf91c..b1eeca9cd2 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