# HG changeset patch
# User Praveen Tiwari
# Date 1381999304 -19800
# Node ID b3852d6908a59f79498052862780083587678960
# Parent  2fbeab18f1826fb6225a3e6a73860513cc08ae9e
fixed output mismatch problem with chroma 2xN block

diff -r 2fbeab18f182 -r b3852d6908a5 source/common/x86/ipfilter8.asm
--- a/source/common/x86/ipfilter8.asm   Thu Oct 17 02:55:32 2013 -0500
+++ b/source/common/x86/ipfilter8.asm   Thu Oct 17 14:11:44 2013 +0530
@@ -54,7 +54,7 @@
     pmulhrsw    %2, %3
     packuswb    %2, %2
     pextrw      [dstq], %2, 0
-    pextrw      [dstq + dststrideq], %2, 1
+    pextrw      [dstq + dststrideq], %2, 2
 %endmacro
 
 ;-----------------------------------------------------------------------------
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to