]> granicus.if.org Git - libvpx/commitdiff
Merge "Adapt mode based rd_threshold for similar block size"
authorYaowu Xu <yaowu@google.com>
Wed, 24 Sep 2014 05:28:08 +0000 (22:28 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Wed, 24 Sep 2014 05:28:08 +0000 (22:28 -0700)
1  2 
vp9/encoder/vp9_speed_features.c

index 84897275e7fccc048486415a9f7ed15be4386ac8,bde1624a29bf7247a29712d84b9d49ad4c3e53e8..92e31497e3c7f5004c05e39bf7e1826c47b23a51
@@@ -100,8 -101,8 +101,9 @@@ static void set_good_speed_feature(VP9_
        sf->max_intra_bsize = BLOCK_32X32;
        sf->disable_split_mask = DISABLE_ALL_INTER_SPLIT;
        sf->schedule_mode_search = cm->base_qindex < 175 ? 1 : 0;
+       sf->partition_search_breakout_dist_thr = (1 << 23);
      }
 +    sf->mv.subpel_search_method = SUBPEL_TREE_PRUNED;
      sf->adaptive_pred_interp_filter = 0;
      sf->adaptive_mode_search = 1;
      sf->cb_partition_search = !boosted;