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

Deepthi Nandakumar deepthi at multicorewareinc.com
Wed Jun 25 19:48:48 CEST 2014


They are.
encoder.c:x264_validate_parameters
if( b_open && i_csp >= X264_CSP_I444 && i_csp < X264_CSP_BGR &&
h->param.analyse.b_psy )
        h->param.analyse.i_chroma_qp_offset += 6;


On Wed, Jun 25, 2014 at 11:12 PM, Derek Buitenhuis <
derek.buitenhuis at gmail.com> wrote:

> On 6/25/2014 3:45 PM, Deepthi Nandakumar wrote:
> > In a sense, psy-rd encapsulates all those r-d algorithms/tweaks/hacks
> that improve visual quality but may hurt objective metrics like psnr/ssim.
> > In 444, this qp hack is likely to hurt objective metrics, hence it's
> turned on only if psychovisual improvement is desired.
>
> OK.
>
> Was curious, since these are not lumped in with psy-rd in x264.
>
> - Derek
> _______________________________________________
> 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/20140625/ad14719d/attachment.html>


More information about the x265-devel mailing list