Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe.c19 #define ALIGN_MASK (32 - 1) macro
45 + 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()