shithub: libvpx

Download patch

ref: 97875fa840ffdcefb88fc804f1997b86bc523dd4
parent: 3338c878a7704ddd32877e0ed0e8ff9e10777dfd
author: Jingning Han <jingning@google.com>
date: Thu Dec 13 04:21:28 EST 2018

Make the use of tpl model controlled by the encoder params

The control has been exposed to the vpxenc input parameter. Remove
the internal hard coded control that disables it at speed 1 and
above settings.

Change-Id: Ib17772cb895f24da5a7d0487e748cc1a9c6740b3

--- 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;