Re: [x265] [PATCH] nit: typo in comment

2015-09-24 Thread Mario *LigH* Rohkrämer
More nit: Am 24.09.2015, 10:33 Uhr, schrieb Pradeep Ramachandran : - * waitForExit() returns, all bonded peer threads are quarunteed to have + * waitForExit() returns, all bonded peer threads are guarunteed to have + * waitForExit() returns, all bonded peer

[x265] [PATCH] nit: typo in comment

2015-09-24 Thread Pradeep Ramachandran
# HG changeset patch # User Pradeep Ramachandran # Date 1443084533 -19800 # Thu Sep 24 14:18:53 2015 +0530 # Node ID 68068d4a3821b9c8426ad5d0b570ab5f7d1941f6 # Parent dba5f4be2701a9da2669f738a62ba51c7871a613 nit: typo in comment diff -r dba5f4be2701 -r

[x265] [PATCH 1 of 2] rc: don't update predictors from previous frames, after reset at scenecut

2015-09-24 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1442909407 -19800 # Tue Sep 22 13:40:07 2015 +0530 # Branch stable # Node ID c44b32bc7c906456ad242dd237831ec96c1f5c3d # Parent 69d55d4c53ebff6d98e4431e0f8fe6103705b8ec rc: don't update predictors from previous frames, after reset at

[x265] [PATCH 2 of 2] rc: scale down intra costs to predict bits when bitdepth > 8

2015-09-24 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1442909471 -19800 # Tue Sep 22 13:41:11 2015 +0530 # Branch stable # Node ID 2f296fbb7f8a688024653db39f89861c9f232c80 # Parent c44b32bc7c906456ad242dd237831ec96c1f5c3d rc: scale down intra costs to predict bits when bitdepth > 8. diff -r

Re: [x265] Warnings in 12-bit code: right shift count is negative

2015-09-24 Thread chen
It is fixed in patches Issue #180, but did not push into tree, I sent it in 09/15 At 2015-09-24 16:50:00,"Deepthi Nandakumar" wrote: Thanks for reporting, this is an open issue on Bitbucket under investigation. On Thu, Sep 24, 2015 at 9:57 AM, Mario *LigH*

[x265] [PATCH 3 of 5] asm: modify nquant() output to reduce abs operator in rdoQuant()

2015-09-24 Thread Min Chen
# HG changeset patch # User Min Chen # Date 1443138813 18000 # Node ID 89bb8d801d1a8dbb5461f5b4d5376d5d0b75bd90 # Parent bcd926000cd8fecf2c2c52af49e94d4405b66280 asm: modify nquant() output to reduce abs operator in rdoQuant() --- source/common/dct.cpp |5 -

[x265] [PATCH 2 of 5] fix PSYVALUE shift overflow (fixes #180) [OUTPUT CHANGE on 12bpp]

2015-09-24 Thread Min Chen
# HG changeset patch # User Min Chen # Date 1443138811 18000 # Node ID bcd926000cd8fecf2c2c52af49e94d4405b66280 # Parent 58128ae6e4d8ec857a52537c75602421d67ff549 fix PSYVALUE shift overflow (fixes #180) [OUTPUT CHANGE on 12bpp] --- source/common/quant.cpp |2 +- 1 files

[x265] [PATCH] asm: avx2 code for sad_x3_32xN, improved over 40% than SSE

2015-09-24 Thread dnyaneshwar
# HG changeset patch # User Dnyaneshwar G # Date 1443156551 -19800 # Fri Sep 25 10:19:11 2015 +0530 # Node ID 310d35ed0ba85174676d0b0bb91e6b8b5f475726 # Parent 975352b2c0223b9139aad233b43eaf2113ac8167 asm: avx2 code for sad_x3_32xN, improved over 40% than