Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dpred_common.h271 return xd->tile_ctx->comp_bwdref_cdf[pred_context][0]; in av1_get_pred_cdf_comp_bwdref_p()
277 return xd->tile_ctx->comp_bwdref_cdf[pred_context][1]; in av1_get_pred_cdf_comp_bwdref_p1()
Dentropymode.h121 aom_cdf_prob comp_bwdref_cdf[REF_CONTEXTS][BWD_REFS - 1][CDF_SIZE(2)]; member
Dentropy.c127 RESET_CDF_COUNTER(fc->comp_bwdref_cdf, 2); in av1_reset_cdf_symbol_counters()
Dentropymode.c992 av1_copy(fc->comp_bwdref_cdf, default_comp_bwdref_cdf); in init_mode_probs()
/external/libaom/libaom/av1/encoder/
Drd.c250 fc->comp_bwdref_cdf[i][j], NULL); in av1_fill_mode_rates()
Dencodeframe.c4580 AVERAGE_CDF(ctx_left->comp_bwdref_cdf, ctx_tr->comp_bwdref_cdf, 2); in avg_cdf_symbols()