Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dentropy.c40 av1_copy(cm->fc->coeff_br_cdf, av1_default_coeff_lps_multi_cdfs[index]); in av1_default_coef_probs()
98 RESET_CDF_COUNTER(fc->coeff_br_cdf, BR_CDF_SIZE); in av1_reset_cdf_symbol_counters()
Dentropymode.h85 aom_cdf_prob coeff_br_cdf[TX_SIZES][PLANE_TYPES][LEVEL_CONTEXTS] member
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c259 cdf = ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type][br_ctx]; in av1_read_coeffs_txb()
271 ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type]; in av1_read_coeffs_txb()
/external/libaom/libaom/av1/encoder/
Dencodetxb.c603 ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type][br_ctx];
2090 update_cdf(ec_ctx->coeff_br_cdf[AOMMIN(txsize_ctx, TX_32X32)]
Drd.c528 av1_cost_tokens_from_cdf(br_rate, fc->coeff_br_cdf[tx_size][plane][ctx], in av1_fill_coeff_costs()
Dencodeframe.c4544 AVERAGE_CDF(ctx_left->coeff_br_cdf, ctx_tr->coeff_br_cdf, BR_CDF_SIZE); in avg_cdf_symbols()