Home
last modified time | relevance | path

Searched refs:mask_16x16_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
1146 for (mask = mask_16x16_0 | mask_8x8_0 | mask_4x4_0 | mask_16x16_1 | in filter_selectively_vert_row2()
1153 if ((mask_16x16_0 | mask_16x16_1) & 1) { in filter_selectively_vert_row2()
1158 if ((mask_16x16_0 & mask_16x16_1) & 1) { in filter_selectively_vert_row2()
1219 mask_16x16_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
1233 for (mask = mask_16x16_0 | mask_8x8_0 | mask_4x4_0 | mask_16x16_1 | in highbd_filter_selectively_vert_row2()
1240 if ((mask_16x16_0 | mask_16x16_1) & 1) { in highbd_filter_selectively_vert_row2()
1246 if ((mask_16x16_0 & mask_16x16_1) & 1) { in highbd_filter_selectively_vert_row2()
1309 mask_16x16_1 >>= step; in highbd_filter_selectively_vert_row2()
[all …]