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:
parent
ad01d275e9
commit
7a386d83eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user