[x265] RDOQ enabled rdLevel changed

Satoshi Nakagawa nakagawa424 at oki.com
Fri Jun 27 04:07:47 CEST 2014


This line changes RDOQ behavior for psyrd is NOT enabled.

Is it intended?

 

 

From: x265-devel [mailto:x265-devel-bounces at videolan.org] On Behalf Of Deepthi Nandakumar
Sent: Friday, June 27, 2014 10:44 AM
To: Development for x265
Subject: Re: [x265] RDOQ enabled rdLevel changed

 

Yes, the rest of the patch added support for lower rd levels.

 

On Fri, Jun 27, 2014 at 6:17 AM, Satoshi Nakagawa <nakagawa424 at oki.com> wrote:


Is this change intended?

> # HG changeset patch
> # User Sumalatha Polureddy<sumalatha at multicorewareinc.com>
> # Date 1403689018 -19800
> #      Wed Jun 25 15:06:58 2014 +0530
> # Node ID e2ed009d296af39926d79f1a245974f158d6861a
> # Parent  5797d6a8197c96b68752705167ced6cb63194013
> psy-rd: implement psy-rd in rdlevel=4,3 and 2

> diff -r 5797d6a8197c -r e2ed009d296a source/encoder/encoder.cpp
> --- a/source/encoder/encoder.cpp      Wed Jun 25 18:21:34 2014 +0530
> +++ b/source/encoder/encoder.cpp      Wed Jun 25 15:06:58 2014 +0530
> @@ -1267,7 +1267,7 @@
>      }
>
>      // disable RDOQ if psy-rd is enabled; until we make it psy-aware
> -    m_bEnableRDOQ = p->psyRd == 0.0 && p->rdLevel >= 4;
> +    m_bEnableRDOQ = p->psyRd == 0.0 && p->rdLevel >= 1;
>
>      if (p->bLossless)
>      {
_______________________________________________
x265-devel mailing list
x265-devel at videolan.org
https://mailman.videolan.org/listinfo/x265-devel

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20140627/37039fcf/attachment-0001.html>


More information about the x265-devel mailing list