[x265] [PATCH] no-rdo: use bit estimates from ME to calculate RDcost

2013-10-30 Thread deepthidevaki
# HG changeset patch # User Deepthi Devaki deepthidev...@multicorewareinc.com # Date 1383126419 -19800 # Node ID 77db80a67f4e55f22bc02ed02930a269bfac6b50 # Parent 74bf8634037ce3e673b21738a5ffaf1c14381414 no-rdo: use bit estimates from ME to calculate RDcost. bits estimated in ME stored in CU and

Re: [x265] [PATCH] no-rdo: use bit estimates from ME to calculate RDcost

2013-10-30 Thread Steve Borho
On Wed, Oct 30, 2013 at 4:47 AM, deepthidev...@multicorewareinc.com wrote: # HG changeset patch # User Deepthi Devaki deepthidev...@multicorewareinc.com # Date 1383126419 -19800 # Node ID 77db80a67f4e55f22bc02ed02930a269bfac6b50 # Parent 74bf8634037ce3e673b21738a5ffaf1c14381414 no-rdo: use

Re: [x265] [PATCH] no-rdo: use bit estimates from ME to calculate RDcost

2013-10-30 Thread Deepthi Nandakumar
Steve, This is part of an ongoing change to rd 0/1 where we want to replace cost = distortion + lambda*(coeff + mv bits), as opposed to that derived from the RDO process. Here, the coeff bits have not been added, only me bits are considered. I believe we'll need an exhaustive set of tests for