Home
last modified time | relevance | path

Searched refs:coef_counts (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/vp8/encoder/
Dtokenize.c126 ++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 …]
Dblock.h134 unsigned int coef_counts[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] member
Dencodeframe.c632 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()
Dbitstream.c693 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()
Dethreading.c476 vp8_zero(mb->coef_counts); in vp8cx_init_mbrthread_data()
/external/libvpx/vp9/decoder/
Dvp9_detokenize.c29 if (counts) ++coef_counts[band][ctx][token]; \
127 unsigned int(*coef_counts)[COEFF_CONTEXTS][UNCONSTRAINED_NODES + 1]; in decode_coefs() local
155 coef_counts = counts->coef[tx_size][type][ref]; in decode_coefs()
/external/libvpx/vp9/encoder/
Dvp9_ethread.c36 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()
Dvp9_tokenize.c370 td->rd_counts.coef_counts[tx_size][type][ref]; in tokenize_b()
Dvp9_bitstream.c520 vp9_coeff_count *coef_counts = cpi->td.rd_counts.coef_counts[tx_size]; in build_tree_distribution() local
531 coef_counts[i][j][k][l]); in build_tree_distribution()
Dvp9_encoder.h381 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member
Dvp9_encoder.c5709 cpi->td.rd_counts.coef_counts[t]);