[x265] [PATCH] asm: intra_pred_ang4_26_sse2

dtyx265 at gmail.com dtyx265 at gmail.com
Sun Apr 5 14:12:43 CEST 2015


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

changed r1 to r1d to reduce code size

diff -r 79611624ed8f -r ecf0b18b4de3 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	Sun Apr 05 05:12:18 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