[FFmpeg-cvslog] x86/vf_ssim: fix some instruction comments
James Almer
git at videolan.org
Mon Jul 20 18:19:13 CEST 2015
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Jul 20 00:50:10 2015 -0300| [e1778fb657ca56da517cbe2296317178484b05f9] | committer: James Almer
x86/vf_ssim: fix some instruction comments
Reviewed-by: Michael Niedermayer <michaelni at gmx.at>
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e1778fb657ca56da517cbe2296317178484b05f9
---
libavfilter/x86/vf_ssim.asm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/x86/vf_ssim.asm b/libavfilter/x86/vf_ssim.asm
index be6a4d3..6661987 100644
--- a/libavfilter/x86/vf_ssim.asm
+++ b/libavfilter/x86/vf_ssim.asm
@@ -97,8 +97,8 @@ cglobal ssim_4x4_line, 6, 8, 16, buf, buf_stride, ref, ref_stride, sums, w, buf_
phaddd m1, m6 ; [dword] s2 a, b, s12 a, b
punpckhdq m2, m0, m1 ; [dword] ss a, s12 a, ss b, s12 b
punpckldq m0, m1 ; [dword] s1 a, s2 a, s1 b, s2 b
- punpckhqdq m1, m0, m2 ; [dword] a s1, s2, ss, s12
- punpcklqdq m0, m2 ; [dword] b s1, s2, ss, s12
+ punpckhqdq m1, m0, m2 ; [dword] b s1, s2, ss, s12
+ punpcklqdq m0, m2 ; [dword] a s1, s2, ss, s12
mova [sumsq+ 0], m0
mova [sumsq+mmsize], m1
More information about the ffmpeg-cvslog
mailing list