[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 13:10:19 CEST 2014


This is primarily a visual quality improvement/psy-rd hack. In 444, since
chroma resolution is on par with luma, and our eyes arent very sensitive to
chroma, we increase the chroma QP so that those bits can be used up in
luma.


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

> On 6/25/2014 1:22 AM, deepthi at multicorewareinc.com wrote:
> > +    /* In 444, chroma gets twice as much resolution, so halve quality
> when psy-rd is enabled */
> > +    if (p->internalCsp == X265_CSP_I444 && p->psyRd)
> > +    {
> > +        p->cbQpOffset += 6;
> > +        p->crQpOffset += 6;
> > +    }
>
> I dont really understand what the reasoning is for this? Is it just to
> make it
> fit with the model psy-rd is currently using?
>
> - 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/6d0d8e81/attachment.html>


More information about the x265-devel mailing list