Revert "vp8/encoder/onyx_if.c: apply clang-format"

This reverts commit 891a87dccd.

Change-Id: I067b3b6a3cfb5bc760166999948b8087d4c5cb80
This commit is contained in:
Marco Paniconi 2016-10-05 15:45:48 +00:00
parent 891a87dccd
commit a7456144ce

View File

@ -1769,10 +1769,8 @@ struct VP8_COMP *vp8_create_compressor(VP8_CONFIG *oxcf) {
* 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) {