Searched refs:mask_16x16 (Results 1 – 1 of 1) sorted by relevance
500 unsigned int mask_16x16, in filter_selectively_horiz() argument509 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; in filter_selectively_horiz()515 if (mask_16x16 & 1) { in filter_selectively_horiz()516 if ((mask_16x16 & 3) == 3) { in filter_selectively_horiz()588 mask_16x16 >>= count; in filter_selectively_horiz()597 unsigned int mask_16x16, in highbd_filter_selectively_horiz() argument606 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; in highbd_filter_selectively_horiz()612 if (mask_16x16 & 1) { in highbd_filter_selectively_horiz()613 if ((mask_16x16 & 3) == 3) { in highbd_filter_selectively_horiz()693 mask_16x16 >>= count; in highbd_filter_selectively_horiz()[all …]