Searched refs:mask_16x16 (Results 1 – 1 of 1) sorted by relevance
396 unsigned int mask_16x16, in filter_selectively_horiz() argument405 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; in filter_selectively_horiz()411 if (mask_16x16 & 1) { in filter_selectively_horiz()412 if ((mask_16x16 & 3) == 3) { in filter_selectively_horiz()484 mask_16x16 >>= count; in filter_selectively_horiz()874 unsigned int mask_16x16, in filter_selectively_vert() argument882 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; in filter_selectively_vert()887 if (mask_16x16 & 1) { in filter_selectively_vert()899 mask_16x16 >>= 1; in filter_selectively_vert()917 unsigned int mask_16x16[MI_BLOCK_SIZE] = {0}; in filter_block_plane_non420() local[all …]