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

  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 130 #define ALIGN_CST 15
131 #define DO_ALIGN(PTR) ((uintptr_t)((PTR) + ALIGN_CST) & ~ALIGN_CST)
webpenc.c 183 2 * ALIGN_CST) // align all
186 config->autofilter ? sizeof(LFStats) + ALIGN_CST : 0;
190 + ALIGN_CST // cache alignment
209 sizeof(VP8Encoder) + ALIGN_CST, cache_size, info_size,

Completed in 478 milliseconds