shithub: libvpx

Download patch

ref: 890c8a15d11be3141dff16c2c577622b59abbb66
parent: c62d9d568fc62a7efbc45083e06f557a063c449c
parent: 97875fa840ffdcefb88fc804f1997b86bc523dd4
author: Jingning Han <jingning@google.com>
date: Thu Dec 13 13:13:42 EST 2018

Merge "Make the use of tpl model controlled by the encoder params"

--- a/vp9/encoder/vp9_speed_features.c
+++ b/vp9/encoder/vp9_speed_features.c
@@ -237,7 +237,6 @@
   }
 
   if (speed >= 1) {
-    sf->enable_tpl_model = 0;
     sf->ml_var_partition_pruning = !boosted;
     sf->ml_prune_rect_partition_threhold[1] = 200;
     sf->ml_prune_rect_partition_threhold[2] = 200;