[x265] [PATCH] fix: hash/binary mismatch for new CU structure holds CU-specific info

2014-09-03 Thread ashok
# HG changeset patch # User Ashok Kumar Mishraas...@multicorewareinc.com # Date 1409753842 -19800 # Wed Sep 03 19:47:22 2014 +0530 # Node ID 00c381bf615840180bb6ce924dc9be84c060938f # Parent 62c4779fb0bb35d5d8a69678e9e8aa81272f0115 fix: hash/binary mismatch for new CU structure holds

Re: [x265] [PATCH] count_nonzero primitive optimization, downscaling quantCoef from int32_t* to int16_t*

2014-09-03 Thread chen
At 2014-09-02 22:08:04,prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen Tiwari # Date 1408951177 -19800 # Node ID 380a796052afc62cac7e480fde70e3766a940246 # Parent c5624effb73c74e63fd2e42d2a48ea4490074dce count_nonzero primitive optimization, downscaling quantCoef from

Re: [x265] [PATCH] cvt16to32_cnt optimization

2014-09-03 Thread chen
I have a question, new function is cvt16to16_cnt, are we need it more? other comment inline at below. At 2014-09-02 22:11:31,prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen Tiwari # Date 1409571425 -19800 # Node ID 51b5a6d820da97a4178dc42d2ef98ffe1970511b # Parent

Re: [x265] [PATCH] added copy_shr primitive

2014-09-03 Thread chen
At 2014-09-02 22:13:08,prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen Tiwari # Date 1409652070 -19800 # Node ID 2667a0e3afdc2b95ff73c962b3e25366162d8e8d # Parent 16de8fd2837c853c974f83f9aba9e8ef09c2fe2b added copy_shr primitive diff -r 16de8fd2837c -r 2667a0e3afdc

Re: [x265] [PATCH] added copy_shl primitive

2014-09-03 Thread chen
At 2014-09-02 22:13:31,prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen Tiwari # Date 1409660231 -19800 # Node ID 61f7c056cd6e01e5a24a51b40c20c53bf4593ec7 # Parent 2667a0e3afdc2b95ff73c962b3e25366162d8e8d added copy_shl primitive diff -r 2667a0e3afdc -r 61f7c056cd6e

Re: [x265] [PATCH] fix: hash/binary mismatch for new CU structure holds CU-specific info

2014-09-03 Thread chen
This patch fixed bug report at Doom9. At 2014-09-03 22:50:28,as...@multicorewareinc.com wrote: # HG changeset patch # User Ashok Kumar Mishraas...@multicorewareinc.com # Date 1409753842 -19800 # Wed Sep 03 19:47:22 2014 +0530 # Node ID 00c381bf615840180bb6ce924dc9be84c060938f # Parent

[x265] [PATCH 2 of 3] asm: optimize nquant by PSIGND, improve 13k cycles - 11k cycles

2014-09-03 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1409787419 25200 # Node ID 4ca9e972f48cb4530ca7181ad7cec351568a99b3 # Parent 94bd00d1af5d8c5f6f26f97c50a727588a860714 asm: optimize nquant by PSIGND, improve 13k cycles - 11k cycles diff -r 94bd00d1af5d -r 4ca9e972f48c

[x265] [PATCH 3 of 3] asm: avx2 version of nquant(), improve 11k cycles - 7k cycles

2014-09-03 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1409787455 25200 # Node ID 8d109ec524a7767925084049a77668d004a5b319 # Parent 4ca9e972f48cb4530ca7181ad7cec351568a99b3 asm: avx2 version of nquant(), improve 11k cycles - 7k cycles diff -r 4ca9e972f48c -r 8d109ec524a7

[x265] [PATCH] Resolve gcc warnings

2014-09-03 Thread dtyx265
# HG changeset patch # User David T Yuen dtyx...@gmail.com # Date 1409783716 25200 # Node ID fed3ddf3f84f3c4e4c72bcc0818a07a99ec7312e # Parent 62c4779fb0bb35d5d8a69678e9e8aa81272f0115 Resolve gcc warnings * more parenthesis for macro * changed signed to unsigned int diff -r 62c4779fb0bb -r

[x265] [PATCH] Cleaned up TComDataCU::getQuadtreeTULog2MinSizeInCU for clarity and a bit of performance

2014-09-03 Thread dtyx265
# HG changeset patch # User David T Yuen dtyx...@gmail.com # Date 1409785208 25200 # Node ID 07aebf3f56a03c2514f0213bb3c17184da88d89f # Parent 62c4779fb0bb35d5d8a69678e9e8aa81272f0115 Cleaned up TComDataCU::getQuadtreeTULog2MinSizeInCU for clarity and a bit of performance diff -r 62c4779fb0bb

Re: [x265] [PATCH] fix: hash/binary mismatch for new CU structure holds CU-specific info

2014-09-03 Thread Deepthi Nandakumar
Thanks, Ashok. Queued. On Wed, Sep 3, 2014 at 8:20 PM, as...@multicorewareinc.com wrote: # HG changeset patch # User Ashok Kumar Mishraas...@multicorewareinc.com # Date 1409753842 -19800 # Wed Sep 03 19:47:22 2014 +0530 # Node ID 00c381bf615840180bb6ce924dc9be84c060938f # Parent

Re: [x265] [PATCH] Resolve gcc warnings

2014-09-03 Thread Deepthi Nandakumar
Thanks, pushed. On Thu, Sep 4, 2014 at 4:06 AM, dtyx...@gmail.com wrote: # HG changeset patch # User David T Yuen dtyx...@gmail.com # Date 1409783716 25200 # Node ID fed3ddf3f84f3c4e4c72bcc0818a07a99ec7312e # Parent 62c4779fb0bb35d5d8a69678e9e8aa81272f0115 Resolve gcc warnings * more

Re: [x265] [PATCH 2 of 3] asm: optimize nquant by PSIGND, improve 13k cycles - 11k cycles

2014-09-03 Thread Deepthi Nandakumar
Min, Praveen has sent a number of patches on changing the entire interface for quant such that the coefficients are now 16-bit instead of 32-bit. Your patches still assume they are 32-bit? Can you review all his patches (8-10 patches) and see if we're moving in the right direction? Thanks,