Home
last modified time | relevance | path

Searched refs:mask_16x16_1 (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c315 unsigned int mask_16x16_1 = (mask_16x16_l >> mask_shift) & mask_cutoff; in filter_selectively_vert_row2() local
322 mask_16x16_1 | mask_8x8_1 | mask_4x4_1 | mask_4x4_int_1; in filter_selectively_vert_row2()
329 if ((mask_16x16_0 | mask_16x16_1) & 1) { in filter_selectively_vert_row2()
330 if ((mask_16x16_0 & mask_16x16_1) & 1) { in filter_selectively_vert_row2()
391 mask_16x16_1 >>= 1; in filter_selectively_vert_row2()
415 unsigned int mask_16x16_1 = (mask_16x16_l >> mask_shift) & mask_cutoff; in highbd_filter_selectively_vert_row2() local
422 mask_16x16_1 | mask_8x8_1 | mask_4x4_1 | mask_4x4_int_1; in highbd_filter_selectively_vert_row2()
429 if ((mask_16x16_0 | mask_16x16_1) & 1) { in highbd_filter_selectively_vert_row2()
430 if ((mask_16x16_0 & mask_16x16_1) & 1) { in highbd_filter_selectively_vert_row2()
491 mask_16x16_1 >>= 1; in highbd_filter_selectively_vert_row2()