Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dpred_common.c340 const int last3_gld_count = 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()