Lines Matching defs:mask
1139 static av_always_inline void mask_edges(uint8_t (*mask)[8][4], int ss_h, int ss_v,
1148 // we make VP9Filter.mask uint64_t (i.e. row/col all single variable)
1180 mask[0][y][1] |= m_row_8;
1181 mask[0][y][2] |= m_row_4;
1193 mask[1][y][col_mask_id] |= (t << (w - 1)) - t;
1195 mask[1][y][col_mask_id] |= m_col;
1198 mask[0][y][3] |= m_col;
1201 mask[1][y][3] |= (t << (w - 1)) - t;
1203 mask[1][y][3] |= m_col;
1222 mask[0][y][0] |= m_row_16;
1223 mask[0][y][1] |= m_row_8;
1227 mask[0][y][mask_id] |= m_row;
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;
1248 mask[0][y][mask_id] |= t;
1253 mask[0][y][2] |= t4;
1254 mask[0][y][1] |= t8;
1256 mask[1][row_and_7][2 - !(row_and_7 & wide_filter_row_mask[ss_v])] |= m_col;
1438 mask_edges(lflvl->mask[0], 0, 0, row7, col7, x_end, y_end, 0, 0, b->tx, skip_inter);
1440 mask_edges(lflvl->mask[1], s->ss_h, s->ss_v, row7, col7, x_end, y_end,