Searched refs:ALIGN_MASK (Results 1 – 1 of 1) sorted by relevance
19 #define ALIGN_MASK (32 - 1) macro45 + cache_size + alpha_size + ALIGN_MASK; in VP8InitFrame()73 mem = (uint8_t*)((uintptr_t)(mem + ALIGN_MASK) & ~ALIGN_MASK); in VP8InitFrame()74 assert((yuv_size & ALIGN_MASK) == 0); in VP8InitFrame()