Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c503 unsigned int mask_4x4_int, in filter_selectively_horiz() argument
509 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; in filter_selectively_horiz()
533 if ((mask_4x4_int & 3) == 3) { in filter_selectively_horiz()
538 if (mask_4x4_int & 1) in filter_selectively_horiz()
541 else if (mask_4x4_int & 2) in filter_selectively_horiz()
549 if (mask_4x4_int & 1) in filter_selectively_horiz()
561 if ((mask_4x4_int & 3) == 3) { in filter_selectively_horiz()
566 if (mask_4x4_int & 1) in filter_selectively_horiz()
569 else if (mask_4x4_int & 2) in filter_selectively_horiz()
577 if (mask_4x4_int & 1) in filter_selectively_horiz()
[all …]