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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c1005 const int mi_32_col_offset = ((idx_32 & 1) << 2); local
1007 if (mi_32_col_offset >= max_cols || mi_32_row_offset >= max_rows)
1022 if (mi_32_col_offset + 2 >= max_cols)
1031 const int mi_16_col_offset = mi_32_col_offset +

Completed in 75 milliseconds