shithub: libvpx

Download patch

ref: a7d116aa67797b7dc14ad735bb75fe499b0b76ff
parent: 32e63efcfb5fcba373328965981a3beaf72c1b0b
author: Marco <marpan@google.com>
date: Thu Oct 20 13:02:16 EDT 2016

vp9: Speed=8 real-time: Keep the bias_golden feature on.

Small/no change in metrics on RTC set, speed increase by 2-3%.

Change-Id: Iee997bd7433e8e508216e9267b1c31c5a9aa5121

--- a/vp9/encoder/vp9_speed_features.c
+++ b/vp9/encoder/vp9_speed_features.c
@@ -508,7 +508,6 @@
       sf->short_circuit_low_temp_var = 2;
     }
     sf->limit_newmv_early_exit = 0;
-    sf->bias_golden = 0;
   }
 }