[x265] [PATCH] fix: help for rskip cli option to avoid make errors

Srikanth Kurapati srikanth.kurapati at multicorewareinc.com
Wed Sep 16 15:36:06 CEST 2020


>From a92bc566e03f473af25db8f78d1eb3f40106a959 Mon Sep 17 00:00:00 2001
From: Srikanth Kurapati <srikanth.kurapati at multicorewareinc.com>
Date: Fri, 4 Sep 2020 11:06:39 +0530
Subject: [PATCH] fix: help for rskip cli option to avoid make errors

---
 source/x265cli.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/source/x265cli.cpp b/source/x265cli.cpp
index c28dd7f8c..2575e02cd 100755
--- a/source/x265cli.cpp
+++ b/source/x265cli.cpp
@@ -127,8 +127,7 @@ namespace X265_NS {
         H0("   --[no-]ssim-rd                Enable ssim rate distortion
optimization, 0 to disable. Default %s\n", OPT(param->bSsimRd));
         H0("   --[no-]rd-refine              Enable QP based RD refinement
for rd levels 5 and 6. Default %s\n", OPT(param->bEnableRdRefine));
         H0("   --[no-]early-skip             Enable early SKIP detection.
Default %s\n", OPT(param->bEnableEarlySkip));
-        H0("   --rskip <mode>                Set mode for early exit from
recursion. Mode 1: exit using rdcost & CU homogenity. Mode 2: exit using CU
edge density.\n"
-            "                                 Mode 0: disabled. Default
%d\n", param->recursionSkipMode);
+        H0("   --rskip <integer>             Enable recurison skip for
early exit. 1: exit using rdcost & CU homogenity. 2: exit using CU edge
density. 0: disabled. Default %d\n", param->recursionSkipMode);
         H1("   --rskip-edge-threshold        Threshold in terms of
percentage (integer of range [0,100]) for minimum edge density in CUs used
to prun the recursion depth. Applicable only for rskip mode 2. Value is
preset dependent. Default: %.f\n", param->edgeVarThreshold*100.0f);
         H1("   --[no-]tskip-fast             Enable fast intra transform
skipping. Default %s\n", OPT(param->bEnableTSkipFast));
         H1("   --[no-]splitrd-skip           Enable skipping split RD
analysis when sum of split CU rdCost larger than one split CU rdCost for
Intra CU. Default %s\n", OPT(param->bEnableSplitRdSkip));
-- 
2.20.1.windows.1

-- 
*With Regards,*
*Srikanth Kurapati.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20200916/cad920f1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.diff
Type: application/octet-stream
Size: 2025 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20200916/cad920f1/attachment.obj>


More information about the x265-devel mailing list