Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtokenize.c135 ++x->coef_counts [1] [0] [pt] [DCT_EOB_TOKEN]; in tokenize2nd_order_b()
149 ++x->coef_counts [1] [0] [pt] [token]; in tokenize2nd_order_b()
168 ++x->coef_counts [1] [band] [pt] [token]; in tokenize2nd_order_b()
181 ++x->coef_counts [1] [band] [pt] [DCT_EOB_TOKEN]; in tokenize2nd_order_b()
234 ++x->coef_counts [type] [c] [pt] [DCT_EOB_TOKEN]; in tokenize1st_order_b()
249 ++x->coef_counts [type] [c] [pt] [token]; in tokenize1st_order_b()
268 ++x->coef_counts [type] [band] [pt] [token]; in tokenize1st_order_b()
280 ++x->coef_counts [type] [band] [pt] [DCT_EOB_TOKEN]; in tokenize1st_order_b()
307 ++x->coef_counts [2] [0] [pt] [DCT_EOB_TOKEN]; in tokenize1st_order_b()
322 ++x->coef_counts [2] [0] [pt] [token]; in tokenize1st_order_b()
[all …]
Dblock.h138 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; member
Dbitstream.c871 x->coef_counts[i][j]; in independent_coef_context_savings()
950 x->coef_counts [i][j][k], in default_coef_context_savings()
1065 vp8_copy(cpi->mb.coef_counts, default_coef_counts); in vp8_update_coef_context()
1189 context_counters [i][j][k][t] += cpi->coef_counts [i][j][k][t]; in vp8_update_coef_probs()
Dencodeframe.c676 vp8_zero(x->coef_counts); in init_encode_frame_mb_context()
702 x->coef_counts [i][j][k][t] += in sum_coef_counts()
703 x_thread->coef_counts [i][j][k][t]; in sum_coef_counts()
Dethreading.c486 vp8_zero(mb->coef_counts); in vp8cx_init_mbrthread_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_detokenize.c63 ++coef_counts[band][ctx][token]; \
94 unsigned int (*coef_counts)[COEFF_CONTEXTS][UNCONSTRAINED_NODES + 1] = in decode_coefs() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h389 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member
Dvp9_tokenize.c230 cpi->coef_counts[tx_size][type][ref]; in tokenize_b()
Dvp9_bitstream.c490 vp9_coeff_count *coef_counts = cpi->coef_counts[tx_size]; in build_tree_distribution() local
501 coef_counts[i][j][k][l]); in build_tree_distribution()
Dvp9_onyx_if.c2756 full_to_model_counts(cm->counts.coef[t], cpi->coef_counts[t]);
Dvp9_encodeframe.c3091 vp9_zero(cpi->coef_counts); in encode_frame_internal()