Searched refs:coef_counts (Results 1 – 11 of 11) sorted by relevance
126 ++x->coef_counts[1][0][pt][DCT_EOB_TOKEN]; in tokenize2nd_order_b()140 ++x->coef_counts[1][0][pt][token]; in tokenize2nd_order_b()158 ++x->coef_counts[1][band][pt][token]; in tokenize2nd_order_b()170 ++x->coef_counts[1][band][pt][DCT_EOB_TOKEN]; in tokenize2nd_order_b()216 ++x->coef_counts[type][c][pt][DCT_EOB_TOKEN]; in tokenize1st_order_b()231 ++x->coef_counts[type][c][pt][token]; in tokenize1st_order_b()249 ++x->coef_counts[type][band][pt][token]; in tokenize1st_order_b()260 ++x->coef_counts[type][band][pt][DCT_EOB_TOKEN]; in tokenize1st_order_b()285 ++x->coef_counts[2][0][pt][DCT_EOB_TOKEN]; in tokenize1st_order_b()300 ++x->coef_counts[2][0][pt][token]; in tokenize1st_order_b()[all …]
134 unsigned int coef_counts[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] member
632 vp8_zero(x->coef_counts); in init_encode_frame_mb_context()654 x->coef_counts[i][j][k][t] += x_thread->coef_counts[i][j][k][t]; in sum_coef_counts()
693 probs = (const unsigned int(*)[MAX_ENTROPY_TOKENS])x->coef_counts[i][j]; in independent_coef_context_savings()759 x->coef_counts[i][j][k], 256, 1); in default_coef_context_savings()853 vp8_copy(cpi->mb.coef_counts, default_coef_counts); in vp8_update_coef_context()
476 vp8_zero(mb->coef_counts); in vp8cx_init_mbrthread_data()
29 if (counts) ++coef_counts[band][ctx][token]; \127 unsigned int(*coef_counts)[COEFF_CONTEXTS][UNCONSTRAINED_NODES + 1]; in decode_coefs() local155 coef_counts = counts->coef[tx_size][type][ref]; in decode_coefs()
36 td->rd_counts.coef_counts[i][j][k][l][m][n] += in accumulate_rd_opt()37 td_t->rd_counts.coef_counts[i][j][k][l][m][n]; in accumulate_rd_opt()
370 td->rd_counts.coef_counts[tx_size][type][ref]; in tokenize_b()
520 vp9_coeff_count *coef_counts = cpi->td.rd_counts.coef_counts[tx_size]; in build_tree_distribution() local531 coef_counts[i][j][k][l]); in build_tree_distribution()
381 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member
5709 cpi->td.rd_counts.coef_counts[t]);