Searched refs:ALIGN_CST (Results 1 – 3 of 3) sorted by relevance
148 const size_t nz_size = (mb_w + 1) * sizeof(uint32_t) + ALIGN_CST; in InitVP8Encoder()151 + ALIGN_CST; // align all in InitVP8Encoder()153 config->autofilter ? sizeof(LFStats) + ALIGN_CST : 0; in InitVP8Encoder()157 + ALIGN_CST // cache alignment in InitVP8Encoder()174 sizeof(VP8Encoder) + ALIGN_CST, info_size, in InitVP8Encoder()
130 #define ALIGN_CST 15 macro131 #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_*
405 uint8_t tmp[32 + ALIGN_CST]; in DoSegmentsJob()