[x265] [PATCH] tenccu:remove calling outTempCU->initEstData() multiple time without modifying outTempCU

Steve Borho steve at borho.org
Tue Nov 5 19:45:00 CET 2013


On Tue, Nov 5, 2013 at 5:29 AM, Gopu Govindaswamy <gopu at multicorewareinc.com
> wrote:

> # HG changeset patch
> # User Gopu Govindaswamy <gopu at multicorewareinc.com>
> # Date 1383650977 -19800
> # Node ID 5b27a08eaff941425d6fd15df72e9c124f2d3c5a
> # Parent  7d42e412cea8a985c5c0d01d45f65271f004607f
> tenccu:remove calling outTempCU->initEstData() multiple time without
> modifying outTempCU
>

space after the :


>
> diff -r 7d42e412cea8 -r 5b27a08eaff9 source/Lib/TLibEncoder/TEncCu.cpp
> --- a/source/Lib/TLibEncoder/TEncCu.cpp Tue Nov 05 16:40:59 2013 +0530
> +++ b/source/Lib/TLibEncoder/TEncCu.cpp Tue Nov 05 16:59:37 2013 +0530
> @@ -528,7 +528,6 @@
>              if (outTempCU->getWidth(0) > (1 <<
> outTempCU->getSlice()->getSPS()->getQuadtreeTULog2MinSize()))
>              {
>                  xCheckRDCostIntra(outBestCU, outTempCU, SIZE_NxN);
> -                outTempCU->initEstData(depth, qp);
>              }
>          }
>
> @@ -918,7 +917,6 @@
>                  if ((bestbits > rawbits) || (outBestCU->m_totalCost >
> m_rdCost->calcRdCost(0, rawbits)))
>                  {
>                      xCheckIntraPCM(outBestCU, outTempCU);
> -                    outTempCU->initEstData(depth, qp);
>                  }
>              }
>          }
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>



-- 
Steve Borho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20131105/108f9861/attachment-0001.html>


More information about the x265-devel mailing list