[x265] [PATCH] fix costC1C2Flag_sse2 function name by Propose #207

Min Chen chenm003 at 163.com
Mon Nov 2 18:01:18 CET 2015


# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1446483673 21600
# Node ID 258dd7a8e34f930c37e6ed207e49d989974a2d89
# Parent  0db42e71e8cfda85056c5a13e358176fb308ddb4
fix costC1C2Flag_sse2 function name by Propose #207
---
 source/common/x86/asm-primitives.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff -r 0db42e71e8cf -r 258dd7a8e34f source/common/x86/asm-primitives.cpp
--- a/source/common/x86/asm-primitives.cpp	Fri Oct 30 20:05:35 2015 -0500
+++ b/source/common/x86/asm-primitives.cpp	Mon Nov 02 11:01:13 2015 -0600
@@ -2328,7 +2328,7 @@
         p.cu[BLOCK_8x8].idct = PFX(idct8_sse2);
 
         // TODO: it is passed smoke test, but we need testbench, so temporary disable
-        p.costC1C2Flag = x265_costC1C2Flag_sse2;
+        p.costC1C2Flag = PFX(costC1C2Flag_sse2);
 #endif
         p.idst4x4 = PFX(idst4_sse2);
         p.dst4x4 = PFX(dst4_sse2);



More information about the x265-devel mailing list