[x265] [PATCH] asm: intra_pred_ang4_18

dtyx265 at gmail.com dtyx265 at gmail.com
Sat Apr 4 21:06:22 CEST 2015


# HG changeset patch
# User David T Yuen <dtyx265 at gmail.com>
# Date 1428174059 25200
# Node ID 78707e94519607d5c31eacd03bc72e215407b5e2
# Parent  35aec3dbe0525cad654f1a9b777a7466cce944ee
asm: intra_pred_ang4_18

Changed third pshuflw parameter from hexadecimal to quaternary
The value is the unchanged so this patch is strictly cosmetic and therefore optional

diff -r 35aec3dbe052 -r 78707e945196 source/common/x86/intrapred16.asm
--- a/source/common/x86/intrapred16.asm	Sat Apr 04 11:55:13 2015 -0700
+++ b/source/common/x86/intrapred16.asm	Sat Apr 04 12:00:59 2015 -0700
@@ -1179,7 +1179,7 @@
 cglobal intra_pred_ang4_18, 3,3,1
     movh        m0, [r2 + 16]
     pinsrw      m0, [r2], 0
-    pshuflw     m0, m0, 0x1B
+    pshuflw     m0, m0, q0123
     movhps      m0, [r2 + 2]
     add         r1, r1
     lea         r2, [r1 * 3]


More information about the x265-devel mailing list