[x265] [PATCH 1 of 2] compress: disable EARLY_EXIT and TOP_SKIP (temporarily)

deepthi at multicorewareinc.com deepthi at multicorewareinc.com
Fri Nov 29 09:25:55 CET 2013


# HG changeset patch
# User Deepthi Nandakumar <deepthi at multicorewareinc.com>
# Date 1385712261 -19800
# Node ID e0036ec4a61ba7936a5fe0a7620bc0355172c12e
# Parent  e7a5780843de80575c5489b9827587ef43ab07af
compress: disable EARLY_EXIT and TOP_SKIP (temporarily)

diff -r e7a5780843de -r e0036ec4a61b source/encoder/compress.cpp
--- a/source/encoder/compress.cpp	Thu Nov 28 23:30:16 2013 -0600
+++ b/source/encoder/compress.cpp	Fri Nov 29 13:34:21 2013 +0530
@@ -26,8 +26,8 @@
 
 /* Lambda Partition Select adjusts the threshold value for Early Exit in No-RDO flow */
 #define LAMBDA_PARTITION_SELECT     0.9
-#define EARLY_EXIT                  1
-#define TOPSKIP                     1
+#define EARLY_EXIT                  0
+#define TOPSKIP                     0
 
 using namespace x265;
 


More information about the x265-devel mailing list