Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Donyxc_int.h883 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()
Dmvref_common.c295 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()
Dblockd.h540 uint8_t is_sec_rect; member