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.c399 unsigned int mask_4x4_int, in filter_selectively_horiz() argument
405 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; in filter_selectively_horiz()
429 if ((mask_4x4_int & 3) == 3) { in filter_selectively_horiz()
434 if (mask_4x4_int & 1) in filter_selectively_horiz()
437 else if (mask_4x4_int & 2) in filter_selectively_horiz()
445 if (mask_4x4_int & 1) in filter_selectively_horiz()
457 if ((mask_4x4_int & 3) == 3) { in filter_selectively_horiz()
462 if (mask_4x4_int & 1) in filter_selectively_horiz()
465 else if (mask_4x4_int & 2) in filter_selectively_horiz()
473 if (mask_4x4_int & 1) in filter_selectively_horiz()
[all …]