Merge "vp9: Speed 8: reduce the adaptive_rd_thresh level."
This commit is contained in:
commit
1bb63bf669
@ -554,6 +554,9 @@ static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf, int speed,
|
||||
vp9_noise_estimate_extract_level(&cpi->noise_estimate);
|
||||
if (noise_level >= kMedium) sf->short_circuit_low_temp_var = 2;
|
||||
}
|
||||
// Since the short_circuit_low_temp_var is used, reduce the
|
||||
// adaptive_rd_thresh level.
|
||||
sf->adaptive_rd_thresh = 2;
|
||||
}
|
||||
sf->limit_newmv_early_exit = 0;
|
||||
sf->use_simple_block_yrd = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user