Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dav1_loopfilter.c692 int row_or_col; in is_frame_boundary() local
694 row_or_col = dir == VERT_EDGE ? mi_col : mi_row; in is_frame_boundary()
699 row_or_col = ssx ? (mi_col & 0x0FFFFFFE) : mi_col; in is_frame_boundary()
701 row_or_col = ssy ? (mi_row & 0x0FFFFFFE) : mi_row; in is_frame_boundary()
704 return row_or_col == 0; in is_frame_boundary()