ALIGN_CST         406 third_party/libwebp/enc/analysis.c     uint8_t tmp[32 + ALIGN_CST];
ALIGN_CST         131 third_party/libwebp/enc/vp8enci.h #define DO_ALIGN(PTR) ((uintptr_t)((PTR) + ALIGN_CST) & ~ALIGN_CST)
ALIGN_CST         309 third_party/libwebp/enc/vp8enci.h   uint8_t yuv_left_mem_[17 + 16 + 16 + 8 + ALIGN_CST];     // memory for *_left_
ALIGN_CST         310 third_party/libwebp/enc/vp8enci.h   uint8_t yuv_mem_[3 * YUV_SIZE + PRED_SIZE + ALIGN_CST];  // memory for yuv_*
ALIGN_CST         174 third_party/libwebp/enc/webpenc.c   const size_t nz_size = (mb_w + 1) * sizeof(uint32_t) + ALIGN_CST;
ALIGN_CST         177 third_party/libwebp/enc/webpenc.c                             + ALIGN_CST;                        // align all
ALIGN_CST         179 third_party/libwebp/enc/webpenc.c       config->autofilter ? sizeof(LFStats) + ALIGN_CST : 0;
ALIGN_CST         183 third_party/libwebp/enc/webpenc.c                       + ALIGN_CST                      // cache alignment
ALIGN_CST         200 third_party/libwebp/enc/webpenc.c          sizeof(VP8Encoder) + ALIGN_CST, info_size,