Home
last modified time | relevance | path

Searched refs:yuv_size (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c421 const size_t yuv_size = YUV_SIZE * sizeof(*dec->yuv_b_); in AllocateMemory() local
431 + yuv_size + coeffs_size in AllocateMemory()
474 assert((yuv_size & ALIGN_MASK) == 0); in AllocateMemory()
476 mem += yuv_size; in AllocateMemory()
/external/webp/src/dec/
Dframe.c712 const size_t yuv_size = YUV_SIZE * sizeof(*dec->yuv_b_); in AllocateMemory() local
723 + yuv_size + mb_data_size in AllocateMemory()
762 assert((yuv_size & WEBP_ALIGN_CST) == 0); in AllocateMemory()
764 mem += yuv_size; in AllocateMemory()