Searched refs:DO_ALIGN (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dwebpenc.c230 mem = (uint8_t*)DO_ALIGN(mem + sizeof(*enc));
250 enc->lf_stats_ = lf_stats_size ? (LFStats*)DO_ALIGN(mem) : NULL;
254 mem = (uint8_t*)DO_ALIGN(mem);
258 mem = (uint8_t*)DO_ALIGN(mem + 1);
H A Dvp8enci.h131 #define DO_ALIGN(PTR) ((uintptr_t)((PTR) + ALIGN_CST) & ~ALIGN_CST) macro
/external/webp/src/enc/
H A Dwebpenc.c230 mem = (uint8_t*)DO_ALIGN(mem + sizeof(*enc));
250 enc->lf_stats_ = lf_stats_size ? (LFStats*)DO_ALIGN(mem) : NULL;
254 mem = (uint8_t*)DO_ALIGN(mem);
258 mem = (uint8_t*)DO_ALIGN(mem + 1);
H A Dvp8enci.h131 #define DO_ALIGN(PTR) ((uintptr_t)((PTR) + ALIGN_CST) & ~ALIGN_CST) macro

Completed in 52 milliseconds