Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dpred_common.c338 const int last_last2_count = ref_counts[LAST_FRAME] + ref_counts[LAST2_FRAME]; in get_pred_context_ll2_or_l3gld() local
343 const int pred_context = (last_last2_count == last3_gld_count) in get_pred_context_ll2_or_l3gld()
345 : ((last_last2_count < last3_gld_count) ? 0 : 2); in get_pred_context_ll2_or_l3gld()