Searched defs:mask_16x16_c (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c1181 unsigned int mask_16x16_c = 0; local
1212 mask_16x16_c |= 1 << (c >> ss_x);
1225 mask_16x16_c |= 1 << (c >> ss_x);
1262 mask_16x16_c & border_mask,
1270 mask_16x16_c & border_mask,
1278 mask_16x16_c & border_mask,

Completed in 836 milliseconds