Merge "vp9: Adjust speed features for speed 8 at low resoln."
authorMarco Paniconi <marpan@google.com>
Fri, 12 May 2017 00:35:39 +0000 (00:35 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Fri, 12 May 2017 00:35:40 +0000 (00:35 +0000)
1  2 
vp9/encoder/vp9_speed_features.c

@@@ -602,8 -565,13 +606,8 @@@ static void set_rt_speed_feature_frames
          sf->adaptive_rd_thresh = 2;
      }
      sf->limit_newmv_early_exit = 0;
-     if (cm->width > 320 && cm->height > 240) sf->use_simple_block_yrd = 1;
+     sf->use_simple_block_yrd = 1;
    }
 -  // Turn off adaptive_rd_thresh if row_mt is on for speed 5, 6, 7.
 -  if (speed >= 5 && speed < 8 && cpi->row_mt && cpi->num_workers > 1) {
 -    sf->adaptive_rd_thresh = 0;
 -    sf->adaptive_rd_thresh_row_mt = 0;
 -  }
  }
  
  void vp9_set_speed_features_framesize_dependent(VP9_COMP *cpi) {