ref: 8971779e60c5127d2cf0d74b0b6493a07e3e5132
parent: 6b7873826a6e6a51abd764c65e7ee38f80d8f937
parent: 59b17593cd38512aa2271a0429249d0753f9f926
author: Paul Wilkins <[email protected]>
date: Fri Mar 1 08:42:48 EST 2019
Merge "Strengthened film grain setting."
--- a/vp9/encoder/vp9_rdopt.c
+++ b/vp9/encoder/vp9_rdopt.c
@@ -2999,8 +2999,8 @@
// on the relative variance of the source and reconstruction.
#define VERY_LOW_VAR_THRESH 2
#define LOW_VAR_THRESH 5
-#define VAR_MULT 100
-static unsigned int max_var_adjust[VP9E_CONTENT_INVALID] = { 16, 16, 100 };
+#define VAR_MULT 250
+static unsigned int max_var_adjust[VP9E_CONTENT_INVALID] = { 16, 16, 250 };
static void rd_variance_adjustment(VP9_COMP *cpi, MACROBLOCK *x,
BLOCK_SIZE bsize, int64_t *this_rd,