[x265] [PATCH 3 of 3] adjusted LAMBDA_PARTITION_SELECT value to 0.9 - optimal for using in Early-Exit NO-RDO
aarthi at multicorewareinc.com
aarthi at multicorewareinc.com
Thu Aug 1 07:48:07 CEST 2013
# HG changeset patch
# User sumalatha
# Date 1375335969 -19800
# Node ID 053abe99ac9194c0fa30af2f97b1b5cd28fe02b2
# Parent f03c950448c01a21e26fd8fee3542973d5356509
adjusted LAMBDA_PARTITION_SELECT value to 0.9 - optimal for using in Early-Exit NO-RDO
diff -r f03c950448c0 -r 053abe99ac91 source/Lib/TLibCommon/CommonDef.h
--- a/source/Lib/TLibCommon/CommonDef.h Thu Aug 01 11:15:13 2013 +0530
+++ b/source/Lib/TLibCommon/CommonDef.h Thu Aug 01 11:16:09 2013 +0530
@@ -126,7 +126,7 @@
#define REG_DCT 65535
#define CABAC_INIT_PRESENT_FLAG 1
-#define LAMBDA_PARTITION_SELECT 0.6
+#define LAMBDA_PARTITION_SELECT 0.9
#define _SUMMARY_OUT_ 0 ///< print-out PSNR results of all slices to summary.txt
#define _SUMMARY_PIC_ 0 ///< print-out PSNR results for each slice type to summary.txt
More information about the x265-devel
mailing list