Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dpred_common.h224 return xd->tile_ctx->uni_comp_ref_cdf[pred_context][0]; in av1_get_pred_cdf_uni_comp_ref_p()
230 return xd->tile_ctx->uni_comp_ref_cdf[pred_context][1]; in av1_get_pred_cdf_uni_comp_ref_p1()
236 return xd->tile_ctx->uni_comp_ref_cdf[pred_context][2]; in av1_get_pred_cdf_uni_comp_ref_p2()
Dentropymode.h118 aom_cdf_prob uni_comp_ref_cdf[UNI_COMP_REF_CONTEXTS][UNIDIR_COMP_REFS - 1] member
Dentropy.c125 RESET_CDF_COUNTER(fc->uni_comp_ref_cdf, 2); in av1_reset_cdf_symbol_counters()
Dentropymode.c988 av1_copy(fc->uni_comp_ref_cdf, default_uni_comp_ref_cdf); in init_mode_probs()
/external/libaom/libaom/av1/encoder/
Drd.c236 fc->uni_comp_ref_cdf[i][j], NULL); in av1_fill_mode_rates()
Dencodeframe.c4578 AVERAGE_CDF(ctx_left->uni_comp_ref_cdf, ctx_tr->uni_comp_ref_cdf, 2); in avg_cdf_symbols()