Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c312 unsigned int mask_8x8_0 = mask_8x8_l & mask_cutoff; in filter_selectively_vert_row2() local
321 for (mask = mask_16x16_0 | mask_8x8_0 | mask_4x4_0 | mask_4x4_int_0 | in filter_selectively_vert_row2()
342 if ((mask_8x8_0 | mask_8x8_1) & 1) { in filter_selectively_vert_row2()
343 if ((mask_8x8_0 & mask_8x8_1) & 1) { in filter_selectively_vert_row2()
347 } else if (mask_8x8_0 & 1) { in filter_selectively_vert_row2()
388 mask_8x8_0 >>= 1; in filter_selectively_vert_row2()
412 unsigned int mask_8x8_0 = mask_8x8_l & mask_cutoff; in highbd_filter_selectively_vert_row2() local
421 for (mask = mask_16x16_0 | mask_8x8_0 | mask_4x4_0 | mask_4x4_int_0 | in highbd_filter_selectively_vert_row2()
442 if ((mask_8x8_0 | mask_8x8_1) & 1) { in highbd_filter_selectively_vert_row2()
443 if ((mask_8x8_0 & mask_8x8_1) & 1) { in highbd_filter_selectively_vert_row2()
[all …]