shithub: libvpx

Download patch

ref: 303aa7e42ac6c8923abef702d25a6d07e993165c
parent: ae77d0fe858b2f09aeff88e09a93ac4bacd3c895
parent: 3f92b7b994aceae610ef40bcf92437ca844f73d2
author: Yaowu Xu <[email protected]>
date: Fri Jun 27 12:47:06 EDT 2014

Merge "Added a new speed 7 in rt mode"

--- a/vp9/encoder/vp9_speed_features.c
+++ b/vp9/encoder/vp9_speed_features.c
@@ -279,8 +279,10 @@
     // This feature is only enabled when partition search is disabled.
     sf->reuse_inter_pred_sby = 1;
   }
-
   if (speed >= 7) {
+    sf->disable_filter_search_var_thresh = 1000;
+  }
+  if (speed >= 8) {
     int i;
     for (i = 0; i < BLOCK_SIZES; ++i)
       sf->inter_mode_mask[i] = INTER_NEAREST;