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

  /external/webp/src/enc/
vp8enci.h 130 #define ALIGN_CST 15
131 #define DO_ALIGN(PTR) ((uintptr_t)((PTR) + ALIGN_CST) & ~ALIGN_CST)
311 uint8_t yuv_left_mem_[17 + 16 + 16 + 8 + ALIGN_CST]; // memory for *_left_
312 uint8_t yuv_mem_[3 * YUV_SIZE + PRED_SIZE + ALIGN_CST]; // memory for yuv_*
webpenc.c 148 const size_t nz_size = (mb_w + 1) * sizeof(uint32_t) + ALIGN_CST;
151 + ALIGN_CST; // align all
153 config->autofilter ? sizeof(LFStats) + ALIGN_CST : 0;
157 + ALIGN_CST // cache alignment
174 sizeof(VP8Encoder) + ALIGN_CST, info_size,
analysis.c 405 uint8_t tmp[32 + ALIGN_CST];

Completed in 166 milliseconds