[x265] [PATCH 2 of 2] slicetype: avoid redundant call. intraSatd costs are updated in frameEncoder already

Steve Borho steve at borho.org
Tue May 6 22:24:33 CEST 2014


On Tue, May 6, 2014 at 6:45 AM,  <aarthi at multicorewareinc.com> wrote:
> # HG changeset patch
> # User Aarthi Thirumalai
> # Date 1399376671 -19800
> #      Tue May 06 17:14:31 2014 +0530
> # Node ID 8fd20757e79aa44f44f4ad2c229ceeaea4d6457c
> # Parent  a3a234d72841f94f605c6075a5531e93f06eaeb6
> slicetype: avoid redundant call. intraSatd costs are updated in frameEncoder already

queued

> diff -r a3a234d72841 -r 8fd20757e79a source/encoder/slicetype.cpp
> --- a/source/encoder/slicetype.cpp      Tue May 06 16:50:33 2014 +0530
> +++ b/source/encoder/slicetype.cpp      Tue May 06 17:14:31 2014 +0530
> @@ -242,10 +242,6 @@
>      {
>          /* update row satds based on cutree offsets */
>          pic->m_lowres.satdCost = frameCostRecalculate(frames, p0, p1, b);
> -
> -        /* update intra row satds on P or B frames */
> -        if (b && param->rc.vbvBufferSize)
> -            frameCostRecalculate(frames, b, b, b);
>      }
>      else if (param->rc.aqMode)
>          pic->m_lowres.satdCost = pic->m_lowres.costEstAq[b - p0][p1 - b];
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel



-- 
Steve Borho


More information about the x265-devel mailing list