[x265] unused

Steve Borho steve at borho.org
Wed May 14 07:02:48 CEST 2014


On Tue, May 13, 2014 at 11:54 PM, Satoshi Nakagawa <nakagawa424 at oki.com> wrote:
> # HG changeset patch
> # User Satoshi Nakagawa <nakagawa424 at oki.com>
> # Date 1400042747 -32400
> #      Wed May 14 13:45:47 2014 +0900
> # Node ID de8046114a408b75b7b9014f81fb7c73463dddea
> # Parent  a4d0d5679c28d6523e6b01a55fe548c3140118a6
> unused

I just made this change locally, thanks

> diff -r a4d0d5679c28 -r de8046114a40 source/Lib/TLibEncoder/TEncSearch.cpp
> --- a/source/Lib/TLibEncoder/TEncSearch.cpp     Sun May 11 17:32:37 2014 +0900
> +++ b/source/Lib/TLibEncoder/TEncSearch.cpp     Wed May 14 13:45:47 2014 +0900
> @@ -1820,13 +1820,11 @@
>      int      chFmt          = cu->getChromaFormat();
>      uint32_t stride         = fencYuv->getCStride();
>      int scaleTuSize = tuSize;
> -    int scaleStride = stride;
>      int costShift = 0;
>
>      if (tuSize > 32)
>      {
>          scaleTuSize = 32;
> -        scaleStride = 32;
>          costShift = 2;
>      }
>
> _______________________________________________
> 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