ref: 96797e43b4a1c00a00c39998ca56e2348b6e18ad
parent: 033dab9ca0adb78a0ce417d5956a6caf440c7ca7
author: James Zern <jzern@google.com>
date: Tue Jul 19 16:44:14 EDT 2016
vp8: remove extra semicolons Change-Id: I84e1a293ee033865f82c244e8aaaadfb2fb27e63
--- a/vp8/common/postproc.c
+++ b/vp8/common/postproc.c
@@ -160,7 +160,6 @@
int mb_rows = cm->mb_rows;
int mb_cols = cm->mb_cols;
unsigned char *limits = cm->pp_limits_buffer;
- ;
(void)post;
(void)low_var_thresh;
(void)flag;
--- a/vp8/encoder/mcomp.c
+++ b/vp8/encoder/mcomp.c
@@ -587,7 +587,6 @@
this_mv.as_mv.col = (startmv.as_mv.col - 8) | 6;
thismse = vfp->svf(y - 1, y_stride, 6, this_mv.as_mv.row & 7, z,
b->src_stride, &sse);
- ;
}
} else {
this_mv.as_mv.row = (startmv.as_mv.row - 8) | 6;
--- a/vp8/encoder/vp8_quantize.c
+++ b/vp8/encoder/vp8_quantize.c
@@ -212,7 +212,6 @@
invert_quant(cpi->sf.improved_quant, cpi->UVquant[Q] + 0,
cpi->UVquant_shift[Q] + 0, quant_val);
cpi->UVzbin[Q][0] = ((qzbin_factors[Q] * quant_val) + 64) >> 7;
- ;
cpi->UVround[Q][0] = (qrounding_factors[Q] * quant_val) >> 7;
cpi->common.UVdequant[Q][0] = quant_val;
cpi->zrun_zbin_boost_uv[Q][0] = (quant_val * zbin_boost[0]) >> 7;