[x265] [PATCH] fix typo error on patch 'fix non-determination output after apply new preset parameter sets'

Deepthi Nandakumar deepthi at multicorewareinc.com
Mon Jan 25 06:11:24 CET 2016


Agreed and pushed. In the process, I noticed that the SplitData calls its
cost "rdCost" even though it always holds only sa8dCosts.

On Wed, Jan 20, 2016 at 11:43 AM, Min Chen <chenm003 at 163.com> wrote:

> # HG changeset patch
> # User Min Chen <chenm003 at 163.com>
> # Date 1453270393 -28800
> # Node ID 0a738dd3ae11d1621f99f8006cb7a507cde5069f
> # Parent  808ece071d225f300feaf08709a9f5e0872edc89
> fix typo error on patch 'fix non-determination output after apply new
> preset parameter sets'
> ---
>  source/encoder/analysis.cpp |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff -r 808ece071d22 -r 0a738dd3ae11 source/encoder/analysis.cpp
> --- a/source/encoder/analysis.cpp       Mon Jan 18 21:21:25 2016 +0530
> +++ b/source/encoder/analysis.cpp       Wed Jan 20 14:13:13 2016 +0800
> @@ -912,7 +912,7 @@
>      {
>          md.pred[PRED_2Nx2N].bestME[0][0].mvCost = 0; // L0
>          md.pred[PRED_2Nx2N].bestME[0][1].mvCost = 0; // L1
> -        md.pred[PRED_2Nx2N].rdCost = 0;
> +        md.pred[PRED_2Nx2N].sa8dCost = 0;
>      }
>
>      /* Step 1. Evaluate Merge/Skip candidates for likely early-outs */
>
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>



-- 
Deepthi Nandakumar
Engineering Manager, x265
Multicoreware, Inc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20160125/e9e3c7b1/attachment.html>


More information about the x265-devel mailing list