ref: 2ff108aac65c54154c5b181a8f00c4fe7a7d2d46
parent: 992d9a062af3b77af65dea52d41d295636a721f6
parent: 3140e9017525e2967e84debbb77fc231d7a265d6
author: Marco Paniconi <[email protected]>
date: Thu Sep 10 11:47:49 EDT 2015
Merge "vp8: Small adjustment to cyclic_refresh max_mbs_perframe."
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -1918,7 +1918,7 @@
* Currently this is tied to error resilliant mode
*/
cpi->cyclic_refresh_mode_enabled = cpi->oxcf.error_resilient_mode;
- cpi->cyclic_refresh_mode_max_mbs_perframe = (cpi->common.mb_rows * cpi->common.mb_cols) / 5;
+ cpi->cyclic_refresh_mode_max_mbs_perframe = (cpi->common.mb_rows * cpi->common.mb_cols) / 7;
if (cpi->oxcf.number_of_layers == 1) {
cpi->cyclic_refresh_mode_max_mbs_perframe =
(cpi->common.mb_rows * cpi->common.mb_cols) / 20;