[x265] [PATCH] asm: fix error in psyCost_pp_8x8

Divya Manivannan divya at multicorewareinc.com
Wed Dec 31 06:54:21 CET 2014


# HG changeset patch
# User Divya Manivannan <divya at multicorewareinc.com>
# Date 1420005249 -19800
#      Wed Dec 31 11:24:09 2014 +0530
# Node ID b79da00cd8ad8a2373d6d9c8db2490898106b18d
# Parent  d01d3fad8fbbe97811da1de4e8bee59dc708025a
asm: fix error in psyCost_pp_8x8

diff -r d01d3fad8fbb -r b79da00cd8ad source/common/x86/pixel-a.asm
--- a/source/common/x86/pixel-a.asm	Mon Dec 22 16:42:51 2014 +0530
+++ b/source/common/x86/pixel-a.asm	Wed Dec 31 11:24:09 2014 +0530
@@ -6823,7 +6823,6 @@
     psubd           m10, m0
     pabsd           m0, m10
     movd            eax, m0
-%endif ; HIGH_BIT_DEPTH
 %else ; !HIGH_BIT_DEPTH
     lea             r4, [3 * r1]
     mova            m8, [hmul_8p]
@@ -6918,5 +6917,6 @@
     psubd           m12, m0
     pabsd           m0, m12
     movd            eax, m0
+%endif ; HIGH_BIT_DEPTH
     RET
 %endif


More information about the x265-devel mailing list