[x265] [PATCH] TComTrQuant.cpp, white-space cleanup

Steve Borho steve at borho.org
Tue May 20 16:11:13 CEST 2014


On Tue, May 20, 2014 at 2:40 AM,  <praveen at multicorewareinc.com> wrote:
> # HG changeset patch
> # User Praveen Tiwari
> # Date 1400571638 -19800
> # Node ID d4aecd3490c1b020b7a3114e18a92bdf5e2e51c8
> # Parent  5dd459c0b7a0c4d7a4c194323d00fdc044f2ba13
> TComTrQuant.cpp, white-space cleanup
>
> diff -r 5dd459c0b7a0 -r d4aecd3490c1 source/Lib/TLibCommon/TComTrQuant.cpp
> --- a/source/Lib/TLibCommon/TComTrQuant.cpp     Tue May 20 12:46:10 2014 +0530
> +++ b/source/Lib/TLibCommon/TComTrQuant.cpp     Tue May 20 13:10:38 2014 +0530
> @@ -365,7 +365,7 @@
>              int index = (DCT_4x4 + log2BlockSize - ((trSize == 4) && (mode != REG_DCT)));
>              if (index > 0 && index < 5)
>              {
> -                denoiseDct(m_tmpCoeff, nr->residualSum[index - 1], nr->offset[index - 1], (16 << (index - 1) * 2 ));
> +                denoiseDct(m_tmpCoeff, nr->residualSum[index - 1], nr->offset[index - 1], (16 << (index - 1) * 2));
>                  nr->count[index - 1]++;
>              }
>          }

please fold this into the first patch

-- 
Steve Borho


More information about the x265-devel mailing list