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

/external/lzma/xz-embedded/
H A Dxz_lzma2.h192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
/external/chromium_org/third_party/libwebp/dec/
H A Dframe.c18 #define ALIGN_MASK (32 - 1) macro
557 + cache_size + alpha_size + ALIGN_MASK;
594 mem = (uint8_t*)((uintptr_t)(mem + ALIGN_MASK) & ~ALIGN_MASK);
595 assert((yuv_size & ALIGN_MASK) == 0);
/external/webp/src/dec/
H A Dframe.c18 #define ALIGN_MASK (32 - 1) macro
557 + cache_size + alpha_size + ALIGN_MASK;
594 mem = (uint8_t*)((uintptr_t)(mem + ALIGN_MASK) & ~ALIGN_MASK);
595 assert((yuv_size & ALIGN_MASK) == 0);

Completed in 174 milliseconds