[x265] [PATCH] Fixed issue with chroma 2xN block asm code

praveen at multicorewareinc.com praveen at multicorewareinc.com
Thu Oct 17 09:22:21 CEST 2013


# HG changeset patch
# User Praveen Tiwari
# Date 1381994531 -19800
# Node ID 68f97c7f08392d387046736ae3e86095c653fd05
# Parent  5914800260d95a9bac7ce3eec2291e5c781e8422
Fixed issue with chroma 2xN block asm code

diff -r 5914800260d9 -r 68f97c7f0839 source/common/x86/ipfilter8.asm
--- a/source/common/x86/ipfilter8.asm	Wed Oct 16 21:10:13 2013 +0530
+++ b/source/common/x86/ipfilter8.asm	Thu Oct 17 12:52:11 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
 
 ;-----------------------------------------------------------------------------


More information about the x265-devel mailing list