Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c1031 const int mi_16_col_offset = mi_32_col_offset + in vp9_setup_mask() local
1036 if (mi_16_col_offset >= max_cols || mi_16_row_offset >= max_rows) in vp9_setup_mask()
1052 if (mi_16_col_offset +1 >= max_cols) in vp9_setup_mask()
1067 const int mi_8_col_offset = mi_16_col_offset + in vp9_setup_mask()