Home
last modified time | relevance | path

Searched refs:coeff_base_eob_cdf (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/common/
Dentropy.c42 av1_copy(cm->fc->coeff_base_eob_cdf, in av1_default_coef_probs()
96 RESET_CDF_COUNTER(fc->coeff_base_eob_cdf, 3); in av1_reset_cdf_symbol_counters()
Dentropymode.h81 aom_cdf_prob coeff_base_eob_cdf[TX_SIZES][PLANE_TYPES][SIG_COEF_CONTEXTS_EOB] member
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c255 ec_ctx->coeff_base_eob_cdf[txs_ctx][plane_type][coeff_ctx]; in av1_read_coeffs_txb()
/external/libaom/libaom/av1/encoder/
Dencodetxb.c592 ec_ctx->coeff_base_eob_cdf[txs_ctx][plane_type][coeff_ctx], 3);
2065 ec_ctx->coeff_base_eob_cdf[txsize_ctx][plane_type][coeff_ctx],
Drd.c499 fc->coeff_base_eob_cdf[tx_size][plane][ctx], in av1_fill_coeff_costs()
Dencodeframe.c4542 AVERAGE_CDF(ctx_left->coeff_base_eob_cdf, ctx_tr->coeff_base_eob_cdf, 3); in avg_cdf_symbols()