ref: efb56ec3ff6c8bfdeb1b29c97374017e1556aa16
parent: a7456144ce0ab98e015548dd7cda4165ad2a800c
author: Marco Paniconi <marpan@google.com>
date: Wed Oct 5 13:59:55 EDT 2016
Revert "Revert "vp8/encoder/onyx_if.c: apply clang-format"" This reverts commit a7456144ce0ab98e015548dd7cda4165ad2a800c. Change-Id: I400987fb26a09e9b9ea42c91f48ea12f7bc37356
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -1769,8 +1769,10 @@
* Currently there is no external control for this.
* Enable it for error_resilient_mode, or for 1 pass CBR mode.
*/
- cpi->cyclic_refresh_mode_enabled = (cpi->oxcf.error_resilient_mode ||
- (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER && cpi->oxcf.Mode <= 2));
+ cpi->cyclic_refresh_mode_enabled =
+ (cpi->oxcf.error_resilient_mode ||
+ (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER &&
+ cpi->oxcf.Mode <= 2));
cpi->cyclic_refresh_mode_max_mbs_perframe =
(cpi->common.mb_rows * cpi->common.mb_cols) / 7;
if (cpi->oxcf.number_of_layers == 1) {