shithub: libvpx

Download patch

ref: 7ab5de04fd243918089afa2ed56a9cc94c029477
parent: 44879ceea7732aec9919d83b2681e5be85fa548c
parent: 7a33712475f670efe480728ac65b50b6b9553782
author: Yaowu Xu <yaowu@google.com>
date: Wed Sep 3 10:57:02 EDT 2014

Merge "Change last_partition_redo_frequency for speed 3"

--- a/vp9/encoder/vp9_speed_features.c
+++ b/vp9/encoder/vp9_speed_features.c
@@ -149,7 +149,7 @@
     sf->alt_ref_search_fp = 1;
     sf->motion_field_mode_search = !boosted;
     sf->lf_motion_threshold = LOW_MOTION_THRESHOLD;
-    sf->last_partitioning_redo_frequency = 3;
+    sf->last_partitioning_redo_frequency = 2;
     sf->recode_loop = ALLOW_RECODE_KFMAXBW;
     sf->adaptive_rd_thresh = 3;
     sf->mode_skip_start = 6;