Lines Matching defs:m_col
1173 int t = 1 << col_and_7, m_col = (t << w) - t, y;
1175 int m_row_8 = m_col & wide_filter_col_mask[ss_h], m_row_4 = m_col - m_row_8;
1195 mask[1][y][col_mask_id] |= m_col;
1198 mask[0][y][3] |= m_col;
1203 mask[1][y][3] |= m_col;
1207 int y, t = 1 << col_and_7, m_col = (t << w) - t;
1213 int m_row = m_col & masks[l2];
1234 mask[1][y][0] |= m_col;
1236 mask[1][y][1] |= m_col;
1239 mask[1][y][mask_id] |= m_col;
1245 mask[1][row_and_7][mask_id] |= m_col;
1256 mask[1][row_and_7][2 - !(row_and_7 & wide_filter_row_mask[ss_v])] |= m_col;