shithub: libvpx

Download patch

ref: 0657f4732c89c46b7de673528ee9c83daf9f59b5
parent: d7caee2170f9413d26977418fdeabd45fe615707
author: paulwilkins <paulwilkins@google.com>
date: Tue Aug 29 09:08:08 EDT 2017

Fix bug in intra mode rd penalty.

The intra mode rd penalty was implemented as a rate penalty.
Code was added to scale the penalty according to block size but
this was not done correctly for the SB level or sub 8x8.

The code did a weird double scaling in regard to bit depth that
has been removed. Given that it is a rate penalty the bit depth
should not matter.

This bug fix improves average metrics  on our standard test
sets by about 0.1%

Change-Id: I7cf81b66aad0cda389fe234f47beba01c7493b1e