Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dbuffer_dec.c99 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
112 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()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_enc.c98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
114 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