[x265] [PATCH] rc: Calculate the variance data for weighted prediction if aq-mode is disable

2013-12-16 Thread Gopu Govindaswamy
# HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1387195927 -19800 # Node ID bdc7afa5ba5afee7113ac0d427fbfc660359716d # Parent 3dae450a06a4b390ce6fd947d5095b739b01c6d8 rc: Calculate the variance data for weighted prediction if aq-mode is disable diff -r 3dae450a06a4

Re: [x265] [PATCH] rc: Calculate the variance data for weighted prediction if aq-mode is disable

2013-12-16 Thread Deepthi Nandakumar
Am I missing something here? You have added code in the else part - if(AQ is disabled), we are already calculating variance for weightP. On Mon, Dec 16, 2013 at 5:43 PM, Gopu Govindaswamy g...@multicorewareinc.com wrote: # HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com

Re: [x265] [PATCH] rc: Calculate the variance data for weighted prediction if aq-mode is disable

2013-12-16 Thread Deepthi Nandakumar
Ughh - there's something wrong with my hg import. All clear now. On Mon, Dec 16, 2013 at 10:34 PM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: Am I missing something here? You have added code in the else part - if(AQ is disabled), we are already calculating variance for weightP.

Re: [x265] [PATCH] rc: Calculate the variance data for weighted prediction if aq-mode is disable

2013-12-16 Thread Deepthi Nandakumar
What about the variance value returned by acEnergyCu? On Mon, Dec 16, 2013 at 10:43 PM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: Ughh - there's something wrong with my hg import. All clear now. On Mon, Dec 16, 2013 at 10:34 PM, Deepthi Nandakumar