Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dpred_common.c272 const int brf_count = ref_counts[BWDREF_FRAME] + ref_counts[ALTREF2_FRAME] + in av1_get_pred_context_uni_comp_ref_p() local
276 (frf_count == brf_count) ? 1 : ((frf_count < brf_count) ? 0 : 2); in av1_get_pred_context_uni_comp_ref_p()
405 const int brf_count = ref_counts[BWDREF_FRAME]; in get_pred_context_brf_or_arf2() local
410 (brf_count == arf2_count) ? 1 : ((brf_count < arf2_count) ? 0 : 2); in get_pred_context_brf_or_arf2()