Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c502 unsigned int mask_4x4, in filter_selectively_horiz() argument
509 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; in filter_selectively_horiz()
553 } else if (mask_4x4 & 1) { in filter_selectively_horiz()
554 if ((mask_4x4 & 3) == 3) { in filter_selectively_horiz()
590 mask_4x4 >>= count; in filter_selectively_horiz()
599 unsigned int mask_4x4, in highbd_filter_selectively_horiz() argument
606 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; in highbd_filter_selectively_horiz()
654 } else if (mask_4x4 & 1) { in highbd_filter_selectively_horiz()
655 if ((mask_4x4 & 3) == 3) { in highbd_filter_selectively_horiz()
695 mask_4x4 >>= count; in highbd_filter_selectively_horiz()
[all …]