Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dmvref_common.c272 int has_tr = !((mask_row & bs) && (mask_col & bs)); in has_top_right() local
283 has_tr = 0; in has_top_right()
295 if (!xd->is_sec_rect) has_tr = 1; in has_top_right()
300 if (xd->is_sec_rect) has_tr = 0; in has_top_right()
307 if (mask_row & bs) has_tr = 0; in has_top_right()
310 return has_tr; in has_top_right()
499 const int has_tr = has_top_right(cm, xd, mi_row, mi_col, bs); in setup_ref_mv_list() local
547 if (has_tr) in setup_ref_mv_list()