Searched refs:mask_16x16_1 (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_loopfilter.c312 unsigned int mask_16x16_1 = (mask_16x16_l >> mask_shift) & mask_cutoff; local
319 mask_16x16_1 | mask_8x8_1 | mask_4x4_1 | mask_4x4_int_1;
326 if ((mask_16x16_0 | mask_16x16_1) & 1) {
327 if ((mask_16x16_0 & mask_16x16_1) & 1) {
388 mask_16x16_1 >>= 1;

Completed in 6 milliseconds