Searched refs:uv_size (Results 1 – 2 of 2) sorted by relevance
99 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local112 uv_size = (uint64_t)uv_stride * ((h + 1) / 2); in AllocateBuffer()118 total_size = size + 2 * uv_size + a_size; in AllocateBuffer()134 buf->u_size = (size_t)uv_size; in AllocateBuffer()135 buf->v = output + size + uv_size; in AllocateBuffer()137 buf->v_size = (size_t)uv_size; in AllocateBuffer()139 buf->a = output + size + 2 * uv_size; in AllocateBuffer()
98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local114 uv_size = (uint64_t)uv_stride * uv_height; in WebPPictureAllocYUVA()117 total_size = y_size + a_size + 2 * uv_size; in WebPPictureAllocYUVA()141 mem += uv_size; in WebPPictureAllocYUVA()143 mem += uv_size; in WebPPictureAllocYUVA()
Completed in 5 milliseconds