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

/external/libvpx/libvpx/vp8/encoder/
H A Dtokenize.c135 ++x->coef_counts [1] [0] [pt] [DCT_EOB_TOKEN];
149 ++x->coef_counts [1] [0] [pt] [token];
168 ++x->coef_counts [1] [band] [pt] [token];
181 ++x->coef_counts [1] [band] [pt] [DCT_EOB_TOKEN];
234 ++x->coef_counts [type] [c] [pt] [DCT_EOB_TOKEN];
249 ++x->coef_counts [type] [c] [pt] [token];
268 ++x->coef_counts [type] [band] [pt] [token];
280 ++x->coef_counts [type] [band] [pt] [DCT_EOB_TOKEN];
307 ++x->coef_counts [2] [0] [pt] [DCT_EOB_TOKEN];
322 ++x->coef_counts [
[all...]
H A Dblock.h139 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; member in struct:macroblock
H A Dbitstream.c870 x->coef_counts[i][j];
949 x->coef_counts [i][j][k],
1064 vp8_copy(cpi->mb.coef_counts, default_coef_counts);
1188 context_counters [i][j][k][t] += cpi->coef_counts [i][j][k][t];
H A Dencodeframe.c688 vp8_zero(x->coef_counts);
714 x->coef_counts [i][j][k][t] +=
715 x_thread->coef_counts [i][j][k][t];
H A Dethreading.c501 vp8_zero(mb->coef_counts);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c34 ++coef_counts[band][ctx][token]; \
65 unsigned int (*coef_counts)[COEFF_CONTEXTS][UNCONSTRAINED_NODES + 1] =
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h310 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member in struct:VP9_COMP
H A Dvp9_tokenize.c221 cpi->coef_counts[tx_size][type][ref];
H A Dvp9_bitstream.c487 vp9_coeff_count *coef_counts = cpi->coef_counts[tx_size]; local
498 coef_counts[i][j][k][l]);
H A Dvp9_encoder.c2231 full_to_model_counts(cm->counts.coef[t], cpi->coef_counts[t]);
H A Dvp9_encodeframe.c3276 vp9_zero(cpi->coef_counts);

Completed in 139 milliseconds