Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dloopfiltermask.c437 uint64_t mask_16x16_1, uint64_t mask_8x8_1, uint64_t mask_4x4_1, in filter_selectively_vert_row2() argument
443 mask_8x8_1 | mask_4x4_1; in filter_selectively_vert_row2()
472 if ((mask_8x8_0 | mask_8x8_1) & 1) { in filter_selectively_vert_row2()
477 if ((mask_8x8_0 & mask_8x8_1) & 1) { in filter_selectively_vert_row2()
516 mask_8x8_1 >>= step; in filter_selectively_vert_row2()
525 uint64_t mask_16x16_1, uint64_t mask_8x8_1, uint64_t mask_4x4_1, in highbd_filter_selectively_vert_row2() argument
531 mask_8x8_1 | mask_4x4_1; in highbd_filter_selectively_vert_row2()
562 if ((mask_8x8_0 | mask_8x8_1) & 1) { in highbd_filter_selectively_vert_row2()
566 if ((mask_8x8_0 & mask_8x8_1) & 1) { in highbd_filter_selectively_vert_row2()
607 mask_8x8_1 >>= step; in highbd_filter_selectively_vert_row2()
[all …]