Searched refs:is_sec_rect (Results 1 – 3 of 3) sorted by relevance
883 xd->is_sec_rect = 0; in set_mi_row_col()888 if (!((mi_col + xd->n4_w) & (xd->n4_h - 1))) xd->is_sec_rect = 1; in set_mi_row_col()892 if (mi_row & (xd->n4_w - 1)) xd->is_sec_rect = 1; in set_mi_row_col()
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()
540 uint8_t is_sec_rect; member