Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dmvref_common.c267 const int mask_col = mi_col & (sb_mi_size - 1); in has_top_right() local
272 int has_tr = !((mask_row & bs) && (mask_col & bs)); in has_top_right()
281 if (mask_col & bs) { in has_top_right()
282 if ((mask_col & (2 * bs)) && (mask_row & (2 * bs))) { in has_top_right()