vp9-rtc: Speed feature changes for speed 9.
[platform/upstream/libvpx.git] / vp9 / encoder / vp9_speed_features.h
index 22c1c3f..b1d5c8d 100644 (file)
@@ -605,6 +605,9 @@ typedef struct SPEED_FEATURES {
 
   // Use machine learning based partition search.
   int nonrd_use_ml_partition;
+
+  // Multiplier for base thresold for variance partitioning.
+  int variance_part_thresh_mult;
 } SPEED_FEATURES;
 
 struct VP9_COMP;