Searched refs:mask_16x16 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_loopfilter.c | 298 int subsampling_factor, uint8_t *s, int pitch, unsigned int mask_16x16, in filter_selectively_vert_row2() argument 309 (mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int) & dual_mask_cutoff; in filter_selectively_vert_row2() 317 if (mask_16x16 & dual_one) { in filter_selectively_vert_row2() 318 if ((mask_16x16 & dual_one) == dual_one) { in filter_selectively_vert_row2() 322 const loop_filter_thresh *lfi = lfis[!(mask_16x16 & 1)]; in filter_selectively_vert_row2() 323 vpx_lpf_vertical_16(ss[!(mask_16x16 & 1)], pitch, lfi->mblim, in filter_selectively_vert_row2() 367 mask_16x16 >>= 1; in filter_selectively_vert_row2() 376 int subsampling_factor, uint16_t *s, int pitch, unsigned int mask_16x16, in highbd_filter_selectively_vert_row2() argument 387 (mask_16x16 | mask_8x8 | mask_4x4 | mask_4x4_int) & dual_mask_cutoff; in highbd_filter_selectively_vert_row2() 395 if (mask_16x16 & dual_one) { in highbd_filter_selectively_vert_row2() [all …]
|
/external/libaom/libaom/av1/common/ |
D | av1_loopfilter.c | 1316 int subsampling, uint64_t mask_16x16, in filter_selectively_horiz() argument 1326 for (mask = mask_16x16 | mask_8x8 | mask_4x4; mask; mask >>= step * count) { in filter_selectively_horiz() 1337 if (mask_16x16 & 1) { in filter_selectively_horiz() 1343 if ((mask_16x16 & two_block_mask) == two_block_mask) { in filter_selectively_horiz() 1391 mask_16x16 >>= step * count; in filter_selectively_horiz() 1399 uint16_t *s, int pitch, int plane, int subsampling, uint64_t mask_16x16, in highbd_filter_selectively_horiz() argument 1408 for (mask = mask_16x16 | mask_8x8 | mask_4x4; mask; mask >>= step * count) { in highbd_filter_selectively_horiz() 1419 if (mask_16x16 & 1) { in highbd_filter_selectively_horiz() 1423 if ((mask_16x16 & two_block_mask) == two_block_mask) { in highbd_filter_selectively_horiz() 1472 mask_16x16 >>= step * count; in highbd_filter_selectively_horiz() [all …]
|