[x265] [PATCH] x265 - Cutree Offset Reuse: Restricted to analysis reuse level 10

Kalyan Goswami kalyan at multicorewareinc.com
Wed Dec 26 10:53:16 CET 2018


Pushed to default

Thanks,
Kalyan Goswami, PhD
Video Architect @ MulticoreWare
http: <http://www.multicorewareinc.com/>//www.multicorewareinc.com
<http://www.multicorewareinc.com/>
+91 9884989331


On Tue, Dec 18, 2018 at 4:58 PM Akil <akil at multicorewareinc.com> wrote:

> # HG changeset patch
> # User Akil Ayyappan<akil at multicorewareinc.com>
> # Date 1545126758 -19800
> #      Tue Dec 18 15:22:38 2018 +0530
> # Node ID da15824d3d7753a6372afdb7f438e553046f084e
> # Parent  81373aab81dfe2e31a5ef353b1073d8bf1e22502
> Cutree Offset Reuse: Restricted to analysis reuse level 10
>
> diff -r 81373aab81df -r da15824d3d77 source/encoder/encoder.cpp
> --- a/source/encoder/encoder.cpp Thu Dec 13 10:55:15 2018 +0530
> +++ b/source/encoder/encoder.cpp Tue Dec 18 15:22:38 2018 +0530
> @@ -2755,6 +2755,12 @@
>          x265_log(m_param, X265_LOG_WARNING, "CRF min must be less than
> CRF\n");
>          p->rc.rfConstantMin = 0;
>      }
> +
> +    if ((p->analysisLoad || p->analysisSave) && p->rc.cuTree &&
> p->analysisReuseLevel < 10)
> +    {
> +        x265_log(p, X265_LOG_WARNING, "cu-tree works only with analysis
> reuse level 10, Disabling cu-tree\n");
> +        p->rc.cuTree = 0;
> +    }
>
>      if ((p->analysisLoad || p->analysisSave) &&
> (p->bDistributeModeAnalysis || p->bDistributeMotionEstimation))
>      {
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20181226/122bd1c4/attachment.html>


More information about the x265-devel mailing list