[x265] cli: add --ipratio and --pbratio

2014-06-26 Thread Satoshi Nakagawa
# HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1403706071 -32400 # Wed Jun 25 23:21:11 2014 +0900 # Node ID 3ca045895945f0afc6b4d1b1868feb00382796a3 # Parent 09450ac6dc7d0f495582bf327488612755df1719 cli: add --ipratio and --pbratio diff -r 09450ac6dc7d -r

Re: [x265] [PATCH 2 of 3] rc: accumulate mv bits, coeff bits per frame

2014-06-26 Thread Deepthi Nandakumar
Pls fix extra newlines and whitespace nits. On Wed, Jun 25, 2014 at 10:54 PM, aar...@multicorewareinc.com wrote: # HG changeset patch # User Aarthi Thirumalaiaar...@multicorewareinc.com # Date 1403716735 -19800 # Wed Jun 25 22:48:55 2014 +0530 # Node ID

[x265] v1.1+202: Variable shadowing warning (MSYS GCC)

2014-06-26 Thread Mario *LigH* Rohkrämer
Compiling with MSYS/MinGW GCC 4.8.2 reports a warning: + h:/MSYS/home/Entwicklung/x265/source/Lib/TLibCommon/TComDataCU.cpp: In member function 'void x265::TComDataCU::copyToPic(uint8_t)': h:/MSYS/home/Entwicklung/x265/source/Lib/TLibCommon/TComDataCU.cpp:781:18: warning: declaration of

Re: [x265] [PATCH 1 of 3] Chroma QP Offset: increase chroma QP when psy-rd is enabled

2014-06-26 Thread Derek Buitenhuis
On 6/26/2014 6:35 AM, BugMaster wrote: That is separate --psy (--no-psy) option in x264 and not --psy-rd Yeah, that was my point. :) - Derek ___ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel

Re: [x265] cli: add --ipratio and --pbratio

2014-06-26 Thread Derek Buitenhuis
On 6/26/2014 8:22 AM, Satoshi Nakagawa wrote: # HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1403706071 -32400 # Wed Jun 25 23:21:11 2014 +0900 # Node ID 3ca045895945f0afc6b4d1b1868feb00382796a3 # Parent 09450ac6dc7d0f495582bf327488612755df1719 cli: add

Re: [x265] [PATCH 1 of 3] Chroma QP Offset: increase chroma QP when psy-rd is enabled

2014-06-26 Thread Deepthi Nandakumar
Ok, we dont have a separate psy option.yet On Jun 26, 2014 6:00 PM, Derek Buitenhuis derek.buitenh...@gmail.com wrote: On 6/26/2014 6:35 AM, BugMaster wrote: That is separate --psy (--no-psy) option in x264 and not --psy-rd Yeah, that was my point. :) - Derek

Re: [x265] [PATCH 2 of 3] rc: accumulate mv bits, coeff bits per frame

2014-06-26 Thread Aarthi Priya Thirumalai
# HG changeset patch # User Aarthi Thirumalaiaar...@multicorewareinc.com # Date 1403808050 -19800 # Fri Jun 27 00:10:50 2014 +0530 # Node ID 11ddf73017d44933090a8943f4fc5098b231b56d # Parent 1b669c33ff3a8d8f6c9bd1e18979c009baed2433 rc: accumulate mv bits, coeff bits per frame diff -r

[x265] [PATCH 2 of 2] reduce condition jmp in codeCoeffNxN

2014-06-26 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1403828348 25200 # Node ID 5e91fb51047f650f07579611d720b45c66b30595 # Parent 5bb8cc1ce689c5fc353809662a1af557e4a9e087 reduce condition jmp in codeCoeffNxN diff -r 5bb8cc1ce689 -r 5e91fb51047f source/Lib/TLibEncoder/TEncSbac.cpp ---

[x265] [PATCH 1 of 2] improve count_nonzero by SSSE3

2014-06-26 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1403828330 25200 # Node ID 5bb8cc1ce689c5fc353809662a1af557e4a9e087 # Parent 1b669c33ff3a8d8f6c9bd1e18979c009baed2433 improve count_nonzero by SSSE3 diff -r 1b669c33ff3a -r 5bb8cc1ce689 source/common/x86/asm-primitives.cpp ---

[x265] RDOQ enabled rdLevel changed

2014-06-26 Thread Satoshi Nakagawa
Is this change intended? # HG changeset patch # User Sumalatha Polureddysumala...@multicorewareinc.com # Date 1403689018 -19800 # Wed Jun 25 15:06:58 2014 +0530 # Node ID e2ed009d296af39926d79f1a245974f158d6861a # Parent 5797d6a8197c96b68752705167ced6cb63194013 psy-rd: implement

Re: [x265] RDOQ enabled rdLevel changed

2014-06-26 Thread Deepthi Nandakumar
Yes, the rest of the patch added support for lower rd levels. On Fri, Jun 27, 2014 at 6:17 AM, Satoshi Nakagawa nakagawa...@oki.com wrote: Is this change intended? # HG changeset patch # User Sumalatha Polureddysumala...@multicorewareinc.com # Date 1403689018 -19800 # Wed Jun 25