[FFmpeg-cvslog] x86: hevc_mc: correct unneeded use of SSE4 code

Christophe Gisquet git at videolan.org
Sun Aug 24 11:52:04 CEST 2014


ffmpeg | branch: master | Christophe Gisquet <christophe.gisquet at gmail.com> | Sun Aug 24 08:46:31 2014 +0000| [38e2aa3759c6f3498637ca6aac4e897f4b2c7e3c] | committer: Michael Niedermayer

x86: hevc_mc: correct unneeded use of SSE4 code

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/x86/hevc_mc.asm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/x86/hevc_mc.asm b/libavcodec/x86/hevc_mc.asm
index 06fec12..e126200 100644
--- a/libavcodec/x86/hevc_mc.asm
+++ b/libavcodec/x86/hevc_mc.asm
@@ -891,7 +891,7 @@ cglobal hevc_put_hevc_uni_qpel_v%1_%2, 7, 9, 15, dst, dststride, src, srcstride,
     QPEL_V_LOAD       %2, srcq, srcstride, %1, r8
     QPEL_COMPUTE      %1, %2
 %if %2 > 8
-    packusdw          m0, m1
+    packssdw          m0, m1
 %endif
     UNI_COMPUTE       %1, %2, m0, m1, m9
     PEL_%2STORE%1   dstq, m0, m1



More information about the ffmpeg-cvslog mailing list