shithub: libvpx

Download patch

ref: a099d24707eda87a9c303c340aed2c00b3982723
parent: e8b07651abbf2ae729f5afe0ab10b68cf3de97fb
author: Jingning Han <jingning@google.com>
date: Mon May 6 08:56:57 EDT 2019

Increase min arf boost from 240 to 250

This imposes nearly zero change in low/mid/hd res test sets.

Change-Id: I121716b96263f2a382d35e7ff05ed8b72e5e6bc7

--- a/vp9/encoder/vp9_firstpass.c
+++ b/vp9/encoder/vp9_firstpass.c
@@ -45,7 +45,7 @@
 
 #define FIRST_PASS_Q 10.0
 #define NORMAL_BOOST 100
-#define MIN_ARF_GF_BOOST 240
+#define MIN_ARF_GF_BOOST 250
 #define MIN_DECAY_FACTOR 0.01
 #define NEW_MV_MODE_PENALTY 32
 #define DARK_THRESH 64