Searched refs:mask_shift (Results 1 – 1 of 1) sorted by relevance
304 const int mask_shift = plane_type ? 4 : 8; in filter_selectively_vert_row2() local312 unsigned int mask_16x16_1 = (mask_16x16_l >> mask_shift) & mask_cutoff; in filter_selectively_vert_row2()313 unsigned int mask_8x8_1 = (mask_8x8_l >> mask_shift) & mask_cutoff; in filter_selectively_vert_row2()314 unsigned int mask_4x4_1 = (mask_4x4_l >> mask_shift) & mask_cutoff; in filter_selectively_vert_row2()315 unsigned int mask_4x4_int_1 = (mask_4x4_int_l >> mask_shift) & mask_cutoff; in filter_selectively_vert_row2()