Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter.c397 unsigned int mask_8x8, in filter_selectively_horiz() argument
405 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; in filter_selectively_horiz()
420 } else if (mask_8x8 & 1) { in filter_selectively_horiz()
421 if ((mask_8x8 & 3) == 3) { in filter_selectively_horiz()
485 mask_8x8 >>= count; in filter_selectively_horiz()
873 unsigned int mask_8x8, in filter_selectively_vert() argument
880 for (mask = mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int; in filter_selectively_vert()
887 } else if (mask_8x8 & 1) { in filter_selectively_vert()
898 mask_8x8 >>= 1; in filter_selectively_vert()
916 unsigned int mask_8x8[MI_BLOCK_SIZE] = {0}; in filter_block_plane_non420() local
[all …]