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

  /external/webp/src/enc/
webpenc.c 158 2 * ALIGN_CST) // align all
161 config->autofilter ? sizeof(LFStats) + ALIGN_CST : 0;
164 size_t size = sizeof(VP8Encoder) + ALIGN_CST // main struct
183 sizeof(VP8Encoder) + ALIGN_CST, cache_size, info_size,
vp8enci.h 120 #define ALIGN_CST 15
121 #define DO_ALIGN(PTR) ((uintptr_t)((PTR) + ALIGN_CST) & ~ALIGN_CST)

Completed in 57 milliseconds