[x265] [PATCH] rc: always use frameSizeEstimted for bits in updateVbvPlan

2014-05-22 Thread santhoshini
# HG changeset patch # User Santhoshini Sekar santhosh...@multicorewareinc.com # Date 1400748424 -19800 # Thu May 22 14:17:04 2014 +0530 # Node ID 8883aa66b346bb0fbc3f92155d173b556f7e # Parent 8ac70ae728744dabf2df5ad62aee3c3e6574ba5a rc: always use frameSizeEstimted for bits in

[x265] [PATCH] psyrd: use psyrdcost for intra for rdLevels 5

2014-05-22 Thread sumalatha
# HG changeset patch # User Sumalatha Polureddysumala...@multicorewareinc.com # Date 1400752845 -19800 # Node ID fc400f71de9dcbaeda5c0669edabd27e288cdf2c # Parent f39484bb3eecc8cfca0448c63f16fe8dacc54d7f psyrd: use psyrdcost for intra for rdLevels 5 diff -r f39484bb3eec -r fc400f71de9d

Re: [x265] [PATCH] psyrd: use psyrdcost for intra for rdLevels 5

2014-05-22 Thread Deepthi Nandakumar
psy-rd is enabled only in full-rdo decisions (rdLevel = 5). Your patch calculates intra-psy rd cost for rd=4 and lower, which is where xEncodeIntrainInter is called. On Thu, May 22, 2014 at 3:31 PM, sumala...@multicorewareinc.com wrote: # HG changeset patch # User Sumalatha

Re: [x265] [PATCH] psyrd: use psyrdcost for intra for rdLevels 5

2014-05-22 Thread Sumalatha Polureddy
psy-rd is enabled for full-rdo decision(rd=5) and for rd= 4 m_rdCost.setPsyRdScale(top-param-rdLevel = 4 ? top-param-psyRd : 0); so this patch is required for rd=4 where inter uses psyrdcost and intra was using rdcost. For other lower rd levels 4, m_psyRdScale = 0, so psycost will not have much

Re: [x265] [PATCH] psyrd: use psyrdcost for intra for rdLevels 5

2014-05-22 Thread Deepthi Nandakumar
On Thu, May 22, 2014 at 4:23 PM, Sumalatha Polureddy sumala...@multicorewareinc.com wrote: psy-rd is enabled for full-rdo decision(rd=5) and for rd= 4 This is a bug - psy-rd should be enabled only for rd=5. Fixing now. m_rdCost.setPsyRdScale(top-param-rdLevel = 4 ? top-param-psyRd : 0);

Re: [x265] fix: segmentation fault --tune zerolatency

2014-05-22 Thread Steve Borho
On Wed, May 21, 2014 at 9:19 PM, Satoshi Nakagawa nakagawa...@oki.com wrote: # HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1400725081 -32400 # Thu May 22 11:18:01 2014 +0900 # Node ID 918e875f261751bcebc366e82b219221e6a998ee # Parent

Re: [x265] [PATCH] cutree: identify the correct b-ref to estimate propagatecost

2014-05-22 Thread Steve Borho
On Fri, May 16, 2014 at 4:41 AM, Steve Borho st...@borho.org wrote: On Thu, May 15, 2014 at 2:02 AM, g...@multicorewareinc.com wrote: # HG changeset patch # User Gopu Govindaswamy # Date 1400137266 -19800 # Thu May 15 12:31:06 2014 +0530 # Node ID

[x265] [PATCH] Cleanup dct.c. Move Clip3(-32768, 32767 into separate function with tighter input type.

2014-05-22 Thread den c
# HG changeset patch # User Den Scherbin dncodr at gmail.com # Date 1400788772 -10800 # Thu May 22 22:59:32 2014 +0300 # Node ID e698bf97c072f8cb7651621b88aeb7a55138cc4b # Parent 1ed48eced207da74a4956b7fab8a410ddd6f27c7 Cleanup dct Clip3 diff -r 1ed48eced207 -r e698bf97c072