]> granicus.if.org Git - libvpx/commit
Use reconstructed variance in rd_variance_adjustment
authorsdeng <sdeng@google.com>
Mon, 18 Mar 2019 18:26:06 +0000 (11:26 -0700)
committerPaul Wilkins <paulwilkins@google.com>
Thu, 28 Mar 2019 10:59:28 +0000 (10:59 +0000)
commit19941fcc116a0b4c31de25ea330b63ea4d0f4912
treefcaf270995bed943838038d1191acc22e965d50d
parent6753efd235230c49c42387a08f741b144de0701d
Use reconstructed variance in rd_variance_adjustment

to replace the variance from .dst which is the prediction buffer in
inter mode.  Only enable it in tune-content-film mode at the moment.

Change-Id: I647b4a524a0849fda42541887ebc34091f152073
vp9/encoder/vp9_rdopt.c