Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dav1_loopfilter.c1141 uint64_t mask_16x16_1, uint64_t mask_8x8_1, uint64_t mask_4x4_1, in filter_selectively_vert_row2() argument
1147 mask_8x8_1 | mask_4x4_1; in filter_selectively_vert_row2()
1199 if ((mask_4x4_0 | mask_4x4_1) & 1) { in filter_selectively_vert_row2()
1200 if ((mask_4x4_0 & mask_4x4_1) & 1) { in filter_selectively_vert_row2()
1221 mask_4x4_1 >>= step; in filter_selectively_vert_row2()
1228 uint64_t mask_16x16_1, uint64_t mask_8x8_1, uint64_t mask_4x4_1, in highbd_filter_selectively_vert_row2() argument
1234 mask_8x8_1 | mask_4x4_1; in highbd_filter_selectively_vert_row2()
1288 if ((mask_4x4_0 | mask_4x4_1) & 1) { in highbd_filter_selectively_vert_row2()
1289 if ((mask_4x4_0 & mask_4x4_1) & 1) { in highbd_filter_selectively_vert_row2()
1311 mask_4x4_1 >>= step; in highbd_filter_selectively_vert_row2()
[all …]