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

/external/libvpx/libvpx/vp8/encoder/
H A Dtokenize.c130 ++x->coef_counts[1][0][pt][DCT_EOB_TOKEN];
144 ++x->coef_counts[1][0][pt][token];
162 ++x->coef_counts[1][band][pt][token];
174 ++x->coef_counts[1][band][pt][DCT_EOB_TOKEN];
220 ++x->coef_counts[type][c][pt][DCT_EOB_TOKEN];
235 ++x->coef_counts[type][c][pt][token];
253 ++x->coef_counts[type][band][pt][token];
264 ++x->coef_counts[type][band][pt][DCT_EOB_TOKEN];
289 ++x->coef_counts[2][0][pt][DCT_EOB_TOKEN];
304 ++x->coef_counts[
[all...]
H A Dblock.h134 unsigned int coef_counts[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] member in struct:macroblock
H A Dbitstream.c732 probs = (const unsigned int(*)[MAX_ENTROPY_TOKENS])x->coef_counts[i][j];
798 x->coef_counts[i][j][k], 256, 1);
892 vp8_copy(cpi->mb.coef_counts, default_coef_counts);
998 context_counters[i][j][k][t] += cpi->coef_counts[i][j][k][t];
H A Dencodeframe.c637 vp8_zero(x->coef_counts);
658 x->coef_counts[i][j][k][t] += x_thread->coef_counts[i][j][k][t];
H A Dethreading.c476 vp8_zero(mb->coef_counts);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c29 if (counts) ++coef_counts[band][ctx][token]; \
86 unsigned int(*coef_counts)[COEFF_CONTEXTS][UNCONSTRAINED_NODES + 1];
113 coef_counts = counts->coef[tx_size][type][ref];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c370 td->rd_counts.coef_counts[tx_size][type][ref];
H A Dvp9_ethread.c34 td->rd_counts.coef_counts[i][j][k][l][m][n] +=
35 td_t->rd_counts.coef_counts[i][j][k][l][m][n];
H A Dvp9_bitstream.c514 vp9_coeff_count *coef_counts = cpi->td.rd_counts.coef_counts[tx_size]; local
525 coef_counts[i][j][k][l]);
H A Dvp9_encoder.h324 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member in struct:RD_COUNTS
H A Dvp9_encoder.c4542 cpi->td.rd_counts.coef_counts[t]);

Completed in 245 milliseconds