ref: 1bb63bf6692b091f639b6cfcf5aad2f582fd832b
parent: 07c48ccfe090625e409be50ff82b6d8e6fc93578
parent: b60617f5ff9e50ac0d7878752efba27bcaaf3037
author: Marco Paniconi <marpan@google.com>
date: Thu Mar 2 17:25:03 EST 2017
Merge "vp9: Speed 8: reduce the adaptive_rd_thresh level."
--- a/vp9/encoder/vp9_speed_features.c
+++ b/vp9/encoder/vp9_speed_features.c
@@ -554,6 +554,9 @@
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;