[x265] [PATCH] asm: intra_pred_ang4_26_sse2

dtyx265 at gmail.com dtyx265 at gmail.com
Sat Apr 4 21:05:59 CEST 2015


# HG changeset patch
# User David T Yuen <dtyx265 at gmail.com>
# Date 1428173713 25200
# Node ID 35aec3dbe0525cad654f1a9b777a7466cce944ee
# Parent  79611624ed8fcaa312473687567ffde76543c417
asm: intra_pred_ang4_26_sse2

changed r1 to r1d to reduce code size

diff -r 79611624ed8f -r 35aec3dbe052 source/common/x86/intrapred16.asm
--- a/source/common/x86/intrapred16.asm	Sat Apr 04 11:42:34 2015 -0700
+++ b/source/common/x86/intrapred16.asm	Sat Apr 04 11:55:13 2015 -0700
@@ -949,7 +949,7 @@
 
 cglobal intra_pred_ang4_26, 3,3,3
     movh        m0,             [r2 + 2]            ; [8 7 6 5 4 3 2 1]
-    add         r1,             r1
+    add         r1d,             r1d
     ; store
     movh        [r0],           m0
     movh        [r0 + r1],      m0


More information about the x265-devel mailing list