HomeSort by relevance Sort by last modified time
    Searched refs:coef_counts (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 130 ++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[2][0][pt][token]
    [all...]
block.h 134 unsigned int coef_counts[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] member in struct:macroblock
bitstream.c 733 probs = (const unsigned int(*)[MAX_ENTROPY_TOKENS])x->coef_counts[i][j];
799 x->coef_counts[i][j][k], 256, 1);
893 vp8_copy(cpi->mb.coef_counts, default_coef_counts);
999 context_counters[i][j][k][t] += cpi->coef_counts[i][j][k][t];
    [all...]
encodeframe.c 641 vp8_zero(x->coef_counts);
662 x->coef_counts[i][j][k][t] += x_thread->coef_counts[i][j][k][t];
    [all...]
ethreading.c 477 vp8_zero(mb->coef_counts);
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 29 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/
vp9_tokenize.c 370 td->rd_counts.coef_counts[tx_size][type][ref];
vp9_ethread.c 34 td->rd_counts.coef_counts[i][j][k][l][m][n] +=
35 td_t->rd_counts.coef_counts[i][j][k][l][m][n];
vp9_bitstream.c 514 vp9_coeff_count *coef_counts = cpi->td.rd_counts.coef_counts[tx_size]; local
525 coef_counts[i][j][k][l]);
    [all...]
vp9_encoder.h 322 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member in struct:RD_COUNTS
vp9_encoder.c     [all...]

Completed in 93 milliseconds