Searched defs:ALIGN_CST (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/enc/
H A Dvp8enci.h130 #define ALIGN_CST 15 macro
131 #define DO_ALIGN(PTR) ((uintptr_t)((PTR) + ALIGN_CST) & ~ALIGN_CST)
311 uint8_t yuv_left_mem_[17 + 16 + 16 + 8 + ALIGN_CST]; // memory for *_left_
312 uint8_t yuv_mem_[3 * YUV_SIZE + PRED_SIZE + ALIGN_CST]; // memory for yuv_*

Completed in 99 milliseconds