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

  /external/webp/src/utils/
utils.h 53 #define WEBP_ALIGN_CST 31
54 #define WEBP_ALIGN(PTR) ((uintptr_t)((PTR) + WEBP_ALIGN_CST) & ~WEBP_ALIGN_CST)
  /external/webp/src/enc/
webpenc.c 151 const size_t nz_size = (mb_w + 1) * sizeof(*enc->nz_) + WEBP_ALIGN_CST;
155 + WEBP_ALIGN_CST; // align all
157 config->autofilter ? sizeof(*enc->lf_stats_) + WEBP_ALIGN_CST : 0;
160 + WEBP_ALIGN_CST // cache alignment
177 sizeof(*enc) + WEBP_ALIGN_CST, info_size,
vp8enci.h 255 uint8_t yuv_left_mem_[17 + 16 + 16 + 8 + WEBP_ALIGN_CST];
257 uint8_t yuv_mem_[3 * YUV_SIZE_ENC + PRED_SIZE_ENC + WEBP_ALIGN_CST];
analysis.c 408 uint8_t tmp[32 + WEBP_ALIGN_CST];
vp8l.c     [all...]
histogram.c 116 histo_size + WEBP_ALIGN_CST);
    [all...]
  /external/webp/src/dec/
frame.c 724 + cache_size + alpha_size + WEBP_ALIGN_CST;
762 assert((yuv_size & WEBP_ALIGN_CST) == 0);

Completed in 399 milliseconds