Lines Matching refs:mask_16x16

1032     uint8_t *s, int pitch, unsigned int mask_16x16, unsigned int mask_8x8,  in filter_selectively_horiz()  argument
1050 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; mask; in filter_selectively_horiz()
1060 const int above_filt_len = mask_16x16 & 1 ? 8 : 4; in filter_selectively_horiz()
1061 const int bot_filt_len = mask_16x16 & 1 ? 8 : 4; in filter_selectively_horiz()
1080 if (mask_16x16 & 1) { in filter_selectively_horiz()
1081 if ((mask_16x16 & 3) == 3) { in filter_selectively_horiz()
1320 if (mask_16x16 & 1) { in filter_selectively_horiz()
1321 if ((mask_16x16 & 3) == 3) { in filter_selectively_horiz()
1398 mask_16x16 >>= count; in filter_selectively_horiz()
1407 uint16_t *s, int pitch, unsigned int mask_16x16, unsigned int mask_8x8, in highbd_filter_selectively_horiz() argument
1413 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; mask; in highbd_filter_selectively_horiz()
1419 if (mask_16x16 & 1) { in highbd_filter_selectively_horiz()
1420 if ((mask_16x16 & 3) == 3) { in highbd_filter_selectively_horiz()
1498 mask_16x16 >>= count; in highbd_filter_selectively_horiz()
2017 uint8_t *s, int pitch, unsigned int mask_16x16, unsigned int mask_8x8, in filter_selectively_vert() argument
2034 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; mask; in filter_selectively_vert()
2041 const int left_filt_len = mask_16x16 & 1 ? 8 : 4; in filter_selectively_vert()
2042 const int right_filt_len = mask_16x16 & 1 ? 8 : 4; in filter_selectively_vert()
2055 if ((mask_16x16 & 1) || (mask_8x8 & 1) || (mask_4x4 & 1)) { in filter_selectively_vert()
2069 if (mask_16x16 & 1) { in filter_selectively_vert()
2105 if (mask_16x16 & 1) { in filter_selectively_vert()
2121 mask_16x16 >>= 1; in filter_selectively_vert()
2130 uint16_t *s, int pitch, unsigned int mask_16x16, unsigned int mask_8x8, in highbd_filter_selectively_vert() argument
2135 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; mask; in highbd_filter_selectively_vert()
2140 if (mask_16x16 & 1) { in highbd_filter_selectively_vert()
2156 mask_16x16 >>= 1; in highbd_filter_selectively_vert()
2521 uint64_t mask_16x16 = lfm->left_y[TX_16X16]; in av1_filter_block_plane_ss00_ver() local
2530 unsigned int mask_16x16_l = mask_16x16 & 0xffff; in av1_filter_block_plane_ss00_ver()
2549 mask_16x16 >>= 2 * MI_SIZE; in av1_filter_block_plane_ss00_ver()
2565 uint64_t mask_16x16 = lfm->above_y[TX_16X16]; in av1_filter_block_plane_ss00_hor() local
2582 mask_16x16_r = mask_16x16 & 0xff; in av1_filter_block_plane_ss00_hor()
2602 mask_16x16 >>= MI_SIZE; in av1_filter_block_plane_ss00_hor()
2618 uint16_t mask_16x16 = lfm->left_uv[TX_16X16]; in av1_filter_block_plane_ss11_ver() local
2635 unsigned int mask_16x16_l = mask_16x16 & 0xff; in av1_filter_block_plane_ss11_ver()
2655 mask_16x16 >>= MI_SIZE; in av1_filter_block_plane_ss11_ver()
2672 uint64_t mask_16x16 = lfm->above_uv[TX_16X16]; in av1_filter_block_plane_ss11_hor() local
2702 mask_16x16_r = mask_16x16 & 0xf; in av1_filter_block_plane_ss11_hor()
2722 mask_16x16 >>= MI_SIZE / 2; in av1_filter_block_plane_ss11_hor()