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

  /external/webp/src/enc/
webpenc.c 154 const size_t cache_size = (3 * YUV_SIZE + PRED_SIZE) * sizeof(uint8_t);
211 mem += YUV_SIZE;
213 mem += YUV_SIZE;
215 mem += YUV_SIZE;
vp8enci.h 115 #define YUV_SIZE (Y_SIZE + UV_SIZE)
filter.c 218 memcpy(y_dst, it->yuv_out_, YUV_SIZE * sizeof(uint8_t));
  /external/webp/src/dec/
vp8i.h 92 #define YUV_SIZE (BPS * 17 + BPS * 9)
223 uint8_t* yuv_b_; // main block for Y/U/V (size = YUV_SIZE)
frame.c 36 const int yuv_size = YUV_SIZE * sizeof(*dec->yuv_b_); local
44 + yuv_size + coeffs_size
74 assert((yuv_size & ALIGN_MASK) == 0);
76 mem += yuv_size;

Completed in 266 milliseconds