<div dir="ltr"><div>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. </div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 25, 2014 at 4:35 PM, Derek Buitenhuis <span dir="ltr"><<a href="mailto:derek.buitenhuis@gmail.com" target="_blank">derek.buitenhuis@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 6/25/2014 1:22 AM, <a href="mailto:deepthi@multicorewareinc.com">deepthi@multicorewareinc.com</a> wrote:<br>


> +    /* In 444, chroma gets twice as much resolution, so halve quality when psy-rd is enabled */<br>
> +    if (p->internalCsp == X265_CSP_I444 && p->psyRd)<br>
> +    {<br>
> +        p->cbQpOffset += 6;<br>
> +        p->crQpOffset += 6;<br>
> +    }<br>
<br>
</div>I dont really understand what the reasoning is for this? Is it just to make it<br>
fit with the model psy-rd is currently using?<br>
<br>
- Derek<br>
_______________________________________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
</blockquote></div><br></div>