Adjust rate-boost threshold in cyclic refresh for seg#2.
Small gain in metrics (average ~0.2dB), small reduction in rate fluctuation. Change-Id: Id75bd89c168486f075308fb474ebd26e3bdfb85b
This commit is contained in:
Родитель
90a109f0ee
Коммит
9b51b3a9ca
|
@ -447,7 +447,7 @@ void vp9_cyclic_refresh_update_parameters(VP9_COMP *const cpi) {
|
|||
cr->rate_boost_fac = 10;
|
||||
} else {
|
||||
cr->motion_thresh = 32;
|
||||
cr->rate_boost_fac = 17;
|
||||
cr->rate_boost_fac = 15;
|
||||
}
|
||||
if (cpi->svc.spatial_layer_id > 0) {
|
||||
cr->motion_thresh = 4;
|
||||
|
|
Загрузка…
Ссылка в новой задаче