HomeSort by relevance Sort by last modified time
    Searched refs:DO_ALIGN (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
webpenc.c 204 mem = (uint8_t*)DO_ALIGN(mem + sizeof(*enc));
224 enc->lf_stats_ = lf_stats_size ? (LFStats*)DO_ALIGN(mem) : NULL;
228 mem = (uint8_t*)DO_ALIGN(mem);
232 mem = (uint8_t*)DO_ALIGN(mem + 1);
vp8enci.h 121 #define DO_ALIGN(PTR) ((uintptr_t)((PTR) + ALIGN_CST) & ~ALIGN_CST)

Completed in 29 milliseconds