]> granicus.if.org Git - libvpx/commit
Experimental rd bias based on source vs recon variance.
authorpaulwilkins <paulwilkins@google.com>
Fri, 6 Mar 2015 17:21:36 +0000 (17:21 +0000)
committerpaulwilkins <paulwilkins@google.com>
Fri, 20 Mar 2015 11:57:36 +0000 (11:57 +0000)
commit9a1ce7be7d4a3056b9da1df64cb7d5115a513dd9
treec94942734dbc55ea73dc2aa49f2648f198e3f71d
parent4640a0c4804b49f1870d5a2d17df0c7d0a77af2f
Experimental rd bias based on source vs recon variance.

This experiment biases the rd decision based on the impact
a mode decision has on the relative spatial complexity of the
reconstruction vs the source.

The aim is to better retain a semblance of texture even if it
is slightly misaligned / wrong, rather than use a simple rd
measure that tends to favor use of a flat predictor if a perfect
match can't be found.

This improves the appearance of texture and visual quality
on specific test clips but is hidden under a flag and currently
off by default pending visual quality testing on a wider Yt set.

Change-Id: Idf6e754a8949bf39ed9d314c6f2daaa20c888aad
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_rdopt.h