Index: source/libvpx/vp9/encoder/vp9_speed_features.c |
=================================================================== |
--- source/libvpx/vp9/encoder/vp9_speed_features.c (revision 285372) |
+++ source/libvpx/vp9/encoder/vp9_speed_features.c (working copy) |
@@ -88,13 +88,13 @@ |
sf->last_partitioning_redo_frequency = 3; |
sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT |
: DISABLE_ALL_INTER_SPLIT; |
+ sf->adaptive_pred_interp_filter = 0; |
} else { |
sf->disable_split_mask = LAST_AND_INTRA_SPLIT_ONLY; |
sf->last_partitioning_redo_frequency = 2; |
sf->lf_motion_threshold = NO_MOTION_THRESHOLD; |
} |
- sf->adaptive_pred_interp_filter = 0; |
sf->reference_masking = 1; |
sf->mode_search_skip_flags = FLAG_SKIP_INTRA_DIRMISMATCH | |
FLAG_SKIP_INTRA_BESTINTER | |
@@ -115,6 +115,9 @@ |
else |
sf->disable_split_mask = DISABLE_ALL_INTER_SPLIT; |
+ sf->adaptive_pred_interp_filter = 0; |
+ sf->cb_pred_filter_search = 1; |
+ |
sf->lf_motion_threshold = LOW_MOTION_THRESHOLD; |
sf->last_partitioning_redo_frequency = 3; |
sf->recode_loop = ALLOW_RECODE_KFMAXBW; |
@@ -330,6 +333,7 @@ |
sf->use_lp32x32fdct = 0; |
sf->adaptive_motion_search = 0; |
sf->adaptive_pred_interp_filter = 0; |
+ sf->cb_pred_filter_search = 0; |
sf->use_quant_fp = 0; |
sf->reference_masking = 0; |
sf->partition_search_type = SEARCH_PARTITION; |