Module: ffmpeg Branch: master Commit: 1f004fc512babe8215e2aa31fa4770aa27812cab
Author: Justin Ruggles <[email protected]> Date: Wed Feb 16 14:04:04 2011 -0500 ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16(). Signed-off-by: Ronald S. Bultje <[email protected]> --- 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 _______________________________________________ ffmpeg-commits mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits
