[FFmpeg-cvslog] x86/hevc_mc: remove an unnecessary pxor
James Almer
git at videolan.org
Mon Aug 4 14:46:19 CEST 2014
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Aug 3 23:53:38 2014 -0300| [b1a44e6bf5e2c708d98d3eeeb2068c4b82987819] | committer: Michael Niedermayer
x86/hevc_mc: remove an unnecessary pxor
Signed-off-by: James Almer <jamrial at gmail.com>
Reviewed-by: Mickaël Raulet <mraulet at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b1a44e6bf5e2c708d98d3eeeb2068c4b82987819
---
libavcodec/x86/hevc_mc.asm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavcodec/x86/hevc_mc.asm b/libavcodec/x86/hevc_mc.asm
index fc78062..a16b0ab 100644
--- a/libavcodec/x86/hevc_mc.asm
+++ b/libavcodec/x86/hevc_mc.asm
@@ -551,8 +551,7 @@ cglobal hevc_put_hevc_pel_pixels%1_%2, 5, 5, 3, dst, dststride, src, srcstride,h
LOOP_END dst, dststride, src, srcstride
RET
-cglobal hevc_put_hevc_uni_pel_pixels%1_%2, 5, 5, 3, dst, dststride, src, srcstride,height
- pxor m2, m2
+cglobal hevc_put_hevc_uni_pel_pixels%1_%2, 5, 5, 2, dst, dststride, src, srcstride,height
.loop
SIMPLE_LOAD %1, %2, srcq, m0
PEL_%2STORE%1 dstq, m0, m1
More information about the ffmpeg-cvslog
mailing list