Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c937 const int mi_32_col_offset = ((idx_32 & 1) << 2); in vp9_setup_mask() local
939 if (mi_32_col_offset >= max_cols || mi_32_row_offset >= max_rows) in vp9_setup_mask()
953 if (mi_32_col_offset + 2 >= max_cols) continue; in vp9_setup_mask()
962 mi_32_col_offset + ((idx_16 & 1) << 1); in vp9_setup_mask()