Reduce default overshoot/undershoot params to 25

Reducing these values from 100 makes rate control tighter by
default.

Change-Id: I979409c93e6f19e128898f08ad581bf67eb0f824
This commit is contained in:
Deb Mukherjee 2015-03-05 13:58:37 -08:00
parent ad01d275e9
commit 7a386d83eb

View File

@ -1445,8 +1445,8 @@ static vpx_codec_enc_cfg_map_t encoder_usage_cfg_map[] = {
256, // rc_target_bandwidth
0, // rc_min_quantizer
63, // rc_max_quantizer
100, // rc_undershoot_pct
100, // rc_overshoot_pct
25, // rc_undershoot_pct
25, // rc_overshoot_pct
6000, // rc_max_buffer_size
4000, // rc_buffer_initial_size