[x265] [PATCH] testbench : Fix for random test bench failure caused by pixeladd_ss

2014-01-30 Thread nabajit
# HG changeset patch # User Nabajit Deka # Date 1391076769 -19800 # Thu Jan 30 15:42:49 2014 +0530 # Branch stable # Node ID 6f4a9d68e0b5bf1e17f8869287b7f8670e2a1095 # Parent 86743912a5b0459645e5aeccd1c35313e3f0af58 testbench : Fix for random test bench failure caused by pixeladd_ss diff -r

[x265] [PATCH] asm: modified pixel_sad asm function to avoid overflow

2014-01-30 Thread yuvaraj
# HG changeset patch # User Yuvaraj Venkatesh yuva...@multicorewareinc.com # Date 1391085902 -19800 # Thu Jan 30 18:15:02 2014 +0530 # Branch stable # Node ID 2fe27c68eb88f2acea4530aeb7e32a27a889bb0e # Parent 86743912a5b0459645e5aeccd1c35313e3f0af58 asm: modified pixel_sad asm function to

Re: [x265] [PATCH] asm: modified pixel_sad asm function to avoid overflow

2014-01-30 Thread chen
right At 2014-01-30 20:45:41,yuva...@multicorewareinc.com wrote: # HG changeset patch # User Yuvaraj Venkatesh yuva...@multicorewareinc.com # Date 1391085902 -19800 # Thu Jan 30 18:15:02 2014 +0530 # Branch stable # Node ID 2fe27c68eb88f2acea4530aeb7e32a27a889bb0e # Parent

[x265] [PATCH] test bench : Added stress test case for luma_pp filter function

2014-01-30 Thread nabajit
# HG changeset patch # User Nabajit Deka # Date 1391089526 -19800 # Thu Jan 30 19:15:26 2014 +0530 # Node ID d6fd8178649e5c4add3572931948053a975eff42 # Parent e879873ce926a4b58c111b8e9cdd5fb2692bcb54 test bench : Added stress test case for luma_pp filter function diff -r e879873ce926 -r

Re: [x265] [PATCH] all_angs_pred_16x16, asm code

2014-01-30 Thread chen
--- a/source/common/x86/intrapred8.asm Thu Jan 30 06:46:23 2014 +0530 +++ b/source/common/x86/intrapred8.asm Thu Jan 30 19:05:45 2014 +0530 @@ -34,6 +34,9 @@ c_mode32_17_0: db 15, 14, 12, 11, 10, 9, 7, 6, 5, 4, 2, 1, 0, 0, 0, 0 c_shuf8_0: db 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8

Re: [x265] [PATCH] test bench : Added stress test case for luma_pp filter function

2014-01-30 Thread chen
Framework is right in future, we need design specially input data to check our function. At 2014-01-30 21:45:51,naba...@multicorewareinc.com wrote: # HG changeset patch # User Nabajit Deka # Date 1391089526 -19800 # Thu Jan 30 19:15:26 2014 +0530 # Node ID

Re: [x265] [PATCH] asm : saturation bug fix for luma_vss asm routine

2014-01-30 Thread Deepthi Nandakumar
This patch is pending, right Nabajit? I havent pushed the luma_vss /chroma_vss assembly patches or the testbench edits to luma_vss. On Wed, Jan 29, 2014 at 1:56 PM, chen chenm...@163.com wrote: @@ -5105,8 +5108,9 @@ pmaddwdm5, [r6 + 3 * 16] paddd m1, m5

Re: [x265] [PATCH] asm : saturation bug fix for luma_vss asm routine

2014-01-30 Thread Nabajit Deka
Yes, you can skip these .I need to check these patches once more. On Thu, Jan 30, 2014 at 7:59 PM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: This patch is pending, right Nabajit? I havent pushed the luma_vss /chroma_vss assembly patches or the testbench edits to luma_vss.

Re: [x265] I would like to contribute to x265

2014-01-30 Thread dave
Hi Tom, I am guessing I need to mail this to the Sunnyvale address at the top of the agreement. No where in the agreement or on the wiki does it explicitly say, mail a signed copy it to Dave On 01/29/2014 04:53 PM, Tom Vaughan wrote: Hi Dave, Awesome! We welcome your participation.

Re: [x265] I would like to contribute to x265

2014-01-30 Thread Tom Vaughan
Hi Dave, You should email the signed Contributor Agreement to me (tom.vaughan) and Steve Borho (sborho) at multicorewareinc.com. Thanks! Tom -Original Message- From: x265-devel [mailto:x265-devel-boun...@videolan.org] On Behalf Of dave Sent: Thursday, January 30, 2014 10:09 AM To:

Re: [x265] I would like to contribute to x265

2014-01-30 Thread Steve Borho
On Wed, Jan 29, 2014 at 5:13 PM, dave dtyx...@gmail.com wrote: Hi All, I would like to offer my services and contribute to x265 development. From the wiki it looks like there are plenty things to do but I don't want to duplicate or interfere with the work of anyone else so if someone can

[x265] [PATCH] Fix crash bug on AWS Server (all physics multi CPU system)

2014-01-30 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1391147125 -28800 # Node ID c741b666cace2499765312b6aa7aa4eb9303765f # Parent 8552e8cc1a3c60ddcab85e7421229c9a86d4785f Fix crash bug on AWS Server (all physics multi CPU system) This bug on our ATOMIC_CAS, it mapping to 'LOCK CMPXCHG'