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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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.h138 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; member in struct:macroblock
H A Dbitstream.c871 x->coef_counts[i][j];
950 x->coef_counts [i][j][k],
1065 vp8_copy(cpi->mb.coef_counts, default_coef_counts);
1189 context_counters [i][j][k][t] += cpi->coef_counts [i][j][k][t];
H A Dencodeframe.c676 vp8_zero(x->coef_counts);
702 x->coef_counts [i][j][k][t] +=
703 x_thread->coef_counts [i][j][k][t];
H A Dethreading.c486 vp8_zero(mb->coef_counts);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_detokenize.c63 ++coef_counts[band][ctx][token]; \
94 unsigned int (*coef_counts)[COEFF_CONTEXTS][UNCONSTRAINED_NODES + 1] =
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h389 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member in struct:VP9_COMP
H A Dvp9_tokenize.c230 cpi->coef_counts[tx_size][type][ref];
H A Dvp9_bitstream.c490 vp9_coeff_count *coef_counts = cpi->coef_counts[tx_size]; local
501 coef_counts[i][j][k][l]);
H A Dvp9_onyx_if.c2756 full_to_model_counts(cm->counts.coef[t], cpi->coef_counts[t]);
H A Dvp9_encodeframe.c3091 vp9_zero(cpi->coef_counts);

Completed in 140 milliseconds