shithub: libvpx

Download patch

ref: 1e4a7c111b5a9252ddf6cd75aec2f7cd1599f81a
parent: 2fd79c7a372f05cee5538419ae15a3812350fa2a
parent: 051332a6a4a2247eeb42aa3034a54f44f5467950
author: Yaowu Xu <yaowu@google.com>
date: Thu May 15 13:36:18 EDT 2014

Merge "vp9_tokenize.c: cleanup -wextra warnings"

--- a/vp9/encoder/vp9_tokenize.c
+++ b/vp9/encoder/vp9_tokenize.c
@@ -232,7 +232,6 @@
       cpi->common.fc.coef_probs[tx_size][type][ref];
   unsigned int (*const eob_branch)[COEFF_CONTEXTS] =
       cpi->common.counts.eob_branch[tx_size][type][ref];
-
   const uint8_t *const band = get_band_translate(tx_size);
   const int seg_eob = get_tx_eob(&cpi->common.seg, segment_id, tx_size);
 
@@ -294,6 +293,8 @@
                          BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
                          void *argv) {
   struct is_skippable_args *args = argv;
+  (void)plane_bsize;
+  (void)tx_size;
   args->skippable[0] &= (!args->x->plane[plane].eobs[block]);
 }