]> granicus.if.org Git - libvpx/commitdiff
vp8: remove extra semicolons
authorJames Zern <jzern@google.com>
Wed, 20 Jul 2016 03:44:14 +0000 (20:44 -0700)
committerJames Zern <jzern@google.com>
Wed, 20 Jul 2016 03:44:14 +0000 (20:44 -0700)
Change-Id: I84e1a293ee033865f82c244e8aaaadfb2fb27e63

vp8/common/postproc.c
vp8/encoder/mcomp.c
vp8/encoder/vp8_quantize.c

index 15718db0065fd9615038c541bf982fcacfb8ec58..3a3b334a57088bad8f64c2c42bc4841b9a2eeaf0 100644 (file)
@@ -160,7 +160,6 @@ void vp8_de_noise(VP8_COMMON *cm, YV12_BUFFER_CONFIG *source,
   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;
index 99939602e5d06d3d23b1bfb77c37b5edb03573f8..f9982744a44833696f0f42af7334f875845dda05 100644 (file)
@@ -587,7 +587,6 @@ int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
           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;
index cd9ae3fb12aca619be74f2ad619a65dba988b4bf..2bcb53cc3a7839ae266ac373bcc7cc2736ff48bb 100644 (file)
@@ -212,7 +212,6 @@ void vp8cx_init_quantizer(VP8_COMP *cpi) {
     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;