Merge "vp9_tokenize.c: cleanup -wextra warnings"
This commit is contained in:
commit
1e4a7c111b
@ -232,7 +232,6 @@ static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize,
|
|||||||
cpi->common.fc.coef_probs[tx_size][type][ref];
|
cpi->common.fc.coef_probs[tx_size][type][ref];
|
||||||
unsigned int (*const eob_branch)[COEFF_CONTEXTS] =
|
unsigned int (*const eob_branch)[COEFF_CONTEXTS] =
|
||||||
cpi->common.counts.eob_branch[tx_size][type][ref];
|
cpi->common.counts.eob_branch[tx_size][type][ref];
|
||||||
|
|
||||||
const uint8_t *const band = get_band_translate(tx_size);
|
const uint8_t *const band = get_band_translate(tx_size);
|
||||||
const int seg_eob = get_tx_eob(&cpi->common.seg, segment_id, tx_size);
|
const int seg_eob = get_tx_eob(&cpi->common.seg, segment_id, tx_size);
|
||||||
|
|
||||||
@ -294,6 +293,8 @@ static void is_skippable(int plane, int block,
|
|||||||
BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
|
BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
|
||||||
void *argv) {
|
void *argv) {
|
||||||
struct is_skippable_args *args = argv;
|
struct is_skippable_args *args = argv;
|
||||||
|
(void)plane_bsize;
|
||||||
|
(void)tx_size;
|
||||||
args->skippable[0] &= (!args->x->plane[plane].eobs[block]);
|
args->skippable[0] &= (!args->x->plane[plane].eobs[block]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user