Searched refs:yuv_size (Results 1 – 2 of 2) sorted by relevance
421 const size_t yuv_size = YUV_SIZE * sizeof(*dec->yuv_b_); in AllocateMemory() local431 + yuv_size + coeffs_size in AllocateMemory()474 assert((yuv_size & ALIGN_MASK) == 0); in AllocateMemory()476 mem += yuv_size; in AllocateMemory()
712 const size_t yuv_size = YUV_SIZE * sizeof(*dec->yuv_b_); in AllocateMemory() local723 + yuv_size + mb_data_size in AllocateMemory()762 assert((yuv_size & WEBP_ALIGN_CST) == 0); in AllocateMemory()764 mem += yuv_size; in AllocateMemory()