[x265] [PATCH] noise reduction, ported from x264

2014-05-19 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1400500268 -19800 # Node ID 58f440b7172fedf630a329d698cdfb6d9a337c49 # Parent c78bed701db4f1b412f6d1bf661e289049b0e6e8 noise reduction, ported from x264 diff -r c78bed701db4 -r 58f440b7172f doc/reST/cli.rst --- a/doc/reST/cli.rst Mon May 19

[x265] [PATCH] fix : square chroma transform expected error message

2014-05-19 Thread ashok
# HG changeset patch # User Ashok Kumar Mishraas...@multicorewareinc.com # Date 1400507347 -19800 # Mon May 19 19:19:07 2014 +0530 # Node ID 8647c7861144eee4a0f96687794607b3e98d7b9f # Parent ba2a9f61ea06f0ac799d8c0247eec770065465bb fix : square chroma transform expected error message diff

Re: [x265] [PATCH] fix : square chroma transform expected error message

2014-05-19 Thread Deepthi Nandakumar
Can we have more detail on this, Ashok? Both trWidthC, trHeightC and widthC and heightC should have the same values. Why exactly was this assert being triggered in the regression tests? On Mon, May 19, 2014 at 7:19 PM, as...@multicorewareinc.com wrote: # HG changeset patch # User Ashok Kumar

Re: [x265] [PATCH] noise reduction, ported from x264

2014-05-19 Thread Jason Garrett-Glaser
+if (nr-bNoiseReduction) +{ +int index = (DCT_4x4 + log2BlockSize - ((trSize == 4) (mode != REG_DCT))); +if (index == 1) +{ +denoiseDct(m_tmpCoeff, nr-residualSum[0], nr-offset[0], 16); +nr-count[0]++;

Re: [x265] [PATCH] fix : square chroma transform expected error message

2014-05-19 Thread Steve Borho
On Mon, May 19, 2014 at 8:49 AM, as...@multicorewareinc.com wrote: # HG changeset patch # User Ashok Kumar Mishraas...@multicorewareinc.com # Date 1400507347 -19800 # Mon May 19 19:19:07 2014 +0530 # Node ID 8647c7861144eee4a0f96687794607b3e98d7b9f # Parent