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

  /external/opencv3/3rdparty/libwebp/enc/
webpenc.c 230 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);
vp8enci.h 131 #define DO_ALIGN(PTR) ((uintptr_t)((PTR) + ALIGN_CST) & ~ALIGN_CST)

Completed in 41 milliseconds