Re: [x265] [PATCH] Main12: fix distortion data type

2015-08-10 Thread chen
the different just return type, how about define a new type, eg: sse_ret_t, now, most path split into 10 and 12bits, it affect code readable. At 2015-08-10 16:46:54,Divya Manivannan di...@multicorewareinc.com wrote: # HG changeset patch # User Divya Manivannan di...@multicorewareinc.com # Date

[x265] [PATCH 2 of 2] asm: new avx2 algorithm on intra_pred_ang[11], 730c - 481c

2015-08-10 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1439250694 25200 # Node ID 0b255136720adbe5784f536ed1f5f0c912258523 # Parent 49938304ae9dc325d414872a62d70248dfa07fad asm: new avx2 algorithm on intra_pred_ang[11], 730c - 481c --- source/common/x86/intrapred8.asm | 154

[x265] [PATCH 1 of 2] asm: replace LEA by ADD in macro TRANSPOSE_STORE_8x32

2015-08-10 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1439250691 25200 # Node ID 49938304ae9dc325d414872a62d70248dfa07fad # Parent cbdefdfca87723342d21d90c41a93254553ed3d1 asm: replace LEA by ADD in macro TRANSPOSE_STORE_8x32 --- source/common/x86/intrapred8.asm | 13 +++-- 1

Re: [x265] [PATCH] add API and implementation for Region of Interest(ROI)

2015-08-10 Thread Deepthi Nandakumar
Thanks - this version is technically correct, can you send another patch without the callback functions? On Fri, Aug 7, 2015 at 11:50 PM, Steve Borho st...@borho.org wrote: On 08/07, santhosh...@multicorewareinc.com wrote: # HG changeset patch # User Santhoshini

[x265] [PATCH] asm: AVX2 asm for intra_ang_32 mode 4, improved over 45% than SSE asm

2015-08-10 Thread dnyaneshwar
# HG changeset patch # User Dnyaneshwar G dnyanesh...@multicorewareinc.com # Date 1439209099 -19800 # Mon Aug 10 17:48:19 2015 +0530 # Branch stable # Node ID 1ae0654c996a3ccab15e384dc8a394c029094544 # Parent 4781e6cef251006db10e107b2916741572f7760a asm: AVX2 asm for intra_ang_32 mode 4,

[x265] [PATCH] Main12: fix distortion data type

2015-08-10 Thread Divya Manivannan
# HG changeset patch # User Divya Manivannan di...@multicorewareinc.com # Date 1438948368 -19800 # Fri Aug 07 17:22:48 2015 +0530 # Branch stable # Node ID cde95cc521597fe7d90c1dd6a508a59141dc0248 # Parent 4781e6cef251006db10e107b2916741572f7760a Main12: fix distortion data type diff -r

Re: [x265] [PATCH] Main12: fix distortion data type

2015-08-10 Thread Divya Manivannan
Thanks. I will make the change and send the patch again. On Mon, Aug 10, 2015 at 10:15 AM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: Also calcRdSADcost does not need to move to 64-bit precision. SAD cost will not exceed dynamic range, as there is no squaring. On Fri, Aug 7,

[x265] [PATCH] api: add options max-luma and min-luma to set luma range of source pictures

2015-08-10 Thread kavitha
# HG changeset patch # User Kavitha Sampath kavi...@multicorewareinc.com # Date 1439192580 -19800 # Mon Aug 10 13:13:00 2015 +0530 # Node ID 2fca8a3399e4760a915c9952d3ac9f7143c0d364 # Parent cbdefdfca87723342d21d90c41a93254553ed3d1 api: add options max-luma and min-luma to set luma range of