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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.c314 unsigned int mask_4x4_1 = (mask_4x4_l >> mask_shift) & mask_cutoff; local
319 mask_16x16_1 | mask_8x8_1 | mask_4x4_1 | mask_4x4_int_1;
353 if ((mask_4x4_0 | mask_4x4_1) & 1) {
354 if ((mask_4x4_0 & mask_4x4_1) & 1) {
390 mask_4x4_1 >>= 1;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c314 unsigned int mask_4x4_1 = (mask_4x4_l >> mask_shift) & mask_cutoff; local
319 mask_16x16_1 | mask_8x8_1 | mask_4x4_1 | mask_4x4_int_1;
353 if ((mask_4x4_0 | mask_4x4_1) & 1) {
354 if ((mask_4x4_0 & mask_4x4_1) & 1) {
390 mask_4x4_1 >>= 1;

Completed in 93 milliseconds