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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.c926 unsigned int mask_8x8_c = 0; local
960 mask_8x8_c |= 1 << (c >> ss_x);
973 mask_8x8_c |= 1 << (c >> ss_x);
985 mask_8x8_c |= 1 << (c >> ss_x);
1006 mask_8x8_c & border_mask,
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c924 unsigned int mask_8x8_c = 0; local
958 mask_8x8_c |= 1 << (c >> ss_x);
971 mask_8x8_c |= 1 << (c >> ss_x);
983 mask_8x8_c |= 1 << (c >> ss_x);
1004 mask_8x8_c & border_mask,

Completed in 35 milliseconds