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

Aruna Matheswaran aruna at multicorewareinc.com
Thu Sep 17 15:44:11 CEST 2020


On Wed, Sep 16, 2020 at 9:02 PM Praveen Kumar Karadugattu <
praveenkumar at multicorewareinc.com> wrote:

> Looks good to me.
>
> Regards,
> Praveen
>
> On Wed, Sep 16, 2020 at 7:06 PM Srikanth Kurapati <
> srikanth.kurapati at multicorewareinc.com> wrote:
>
>> 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
>>
> [AM] What make error is fixed in this patch? I just see an update to the
help line.

>
>> ---
>>  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.*
>> _______________________________________________
>> x265-devel mailing list
>> x265-devel at videolan.org
>> https://mailman.videolan.org/listinfo/x265-devel
>>
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>


-- 
Regards,
*Aruna Matheswaran,*
Video Codec Engineer,
Media & AI analytics BU,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20200917/1cdcf87f/attachment.html>


More information about the x265-devel mailing list