[x265] [PATCH] asm: fix hash miss match due to intra_pred_ang4_17

yuvaraj at multicorewareinc.com yuvaraj at multicorewareinc.com
Wed Dec 11 07:12:28 CET 2013


# HG changeset patch
# User Yuvaraj Venkatesh <yuvaraj at multicorewareinc.com>
# Date 1386742324 -19800
#      Wed Dec 11 11:42:04 2013 +0530
# Node ID d3843aa4b5a632505191a8a4f5418c4dbe027688
# Parent  9bb6c9c9ffa86bdb6ab6fba1c524f732c716c03a
asm: fix hash miss match due to intra_pred_ang4_17

diff -r 9bb6c9c9ffa8 -r d3843aa4b5a6 source/common/x86/intrapred16.asm
--- a/source/common/x86/intrapred16.asm	Wed Dec 11 08:53:35 2013 +0800
+++ b/source/common/x86/intrapred16.asm	Wed Dec 11 11:42:04 2013 +0530
@@ -1043,7 +1043,7 @@
     pslldq      m5, m4, 2       ; [4 3 2 1 0 x y z]
     pinsrw      m5, [r3 + 8], 0
     punpcklwd   m5, m4          ; [1 0 0 x x y y z]
-    punpcklwd   m4, m3          ; [2 1 1 0 0 x x y]
+    punpcklwd   m4, m6          ; [2 1 1 0 0 x x y]
 
     lea         r3, [ang_table + 14 * 16]
     mova        m0, [r3 -  8 * 16]  ; [ 6]


More information about the x265-devel mailing list