Skip to content
Snippets Groups Projects
Commit 303aa7e4 authored by Yaowu Xu's avatar Yaowu Xu Committed by Gerrit Code Review
Browse files

Merge "Added a new speed 7 in rt mode"

parents ae77d0fe 3f92b7b9
No related branches found
No related tags found
No related merge requests found
......@@ -279,8 +279,10 @@ static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf,
// 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment