Searched refs:y_size (Results 1 – 9 of 9) sorted by relevance
98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local113 y_size = (uint64_t)y_stride * height; in WebPPictureAllocYUVA()117 total_size = y_size + a_size + 2 * uv_size; in WebPPictureAllocYUVA()138 mem += y_size; in WebPPictureAllocYUVA()
56 const uint64_t y_size = MIN_BUFFER_SIZE(width, height, y_stride); in CheckDecBuffer() local60 ok &= (y_size <= buf->y_size); in CheckDecBuffer()131 buf->y_size = (size_t)size; in AllocateBuffer()
588 output.u.YUVA.y_size = luma_size; in WebPDecodeYUVInto()
741 idec->output_.u.YUVA.y_size = luma_size; in WebPINewYUVA()
153 output_buffer->u.YUVA.y_size = stride * h; in AllocateExternalBuffer()154 tmp += output_buffer->u.YUVA.y_size; in AllocateExternalBuffer()
207 output_buffer->u.YUVA.y_size = pic->height * pic->y_stride; in ReadWebP()
197 size_t y_size; // luma plane size member
Completed in 15 milliseconds