Searched refs:coeff_br_cdf (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | entropy.c | 40 av1_copy(cm->fc->coeff_br_cdf, av1_default_coeff_lps_multi_cdfs[index]); in av1_default_coef_probs() 99 RESET_CDF_COUNTER(fc->coeff_br_cdf, BR_CDF_SIZE); in av1_reset_cdf_symbol_counters()
|
D | entropymode.h | 84 aom_cdf_prob coeff_br_cdf[TX_SIZES][PLANE_TYPES][LEVEL_CONTEXTS] member
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 255 cdf = ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type][br_ctx]; in av1_read_coeffs_txb() 267 ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type]; in av1_read_coeffs_txb()
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 614 ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type][br_ctx]; 2190 update_cdf(ec_ctx->coeff_br_cdf[AOMMIN(txsize_ctx, TX_32X32)]
|
D | rd.c | 537 br_rate, fc->coeff_br_cdf[AOMMIN(tx_size, TX_32X32)][plane][ctx], in av1_fill_coeff_costs()
|
D | encodeframe.c | 4275 AVERAGE_CDF(ctx_left->coeff_br_cdf, ctx_tr->coeff_br_cdf, BR_CDF_SIZE); in avg_cdf_symbols()
|