Home
last modified time | relevance | path

Searched refs:y_size (Results 1 – 9 of 9) sorted by relevance

/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
113 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()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dbuffer_dec.c56 const uint64_t y_size = MIN_BUFFER_SIZE(width, height, y_stride); in CheckDecBuffer() local
60 ok &= (y_size <= buf->y_size); in CheckDecBuffer()
131 buf->y_size = (size_t)size; in AllocateBuffer()
A Dwebp_dec.c588 output.u.YUVA.y_size = luma_size; in WebPDecodeYUVInto()
A Didec_dec.c741 idec->output_.u.YUVA.y_size = luma_size; in WebPINewYUVA()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Ddwebp.c153 output_buffer->u.YUVA.y_size = stride * h; in AllocateExternalBuffer()
154 tmp += output_buffer->u.YUVA.y_size; in AllocateExternalBuffer()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dwebpdec.c207 output_buffer->u.YUVA.y_size = pic->height * pic->y_stride; in ReadWebP()
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Ddecode.h197 size_t y_size; // luma plane size member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Ddecode.h197 size_t y_size; // luma plane size member
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Ddecode.h197 size_t y_size; // luma plane size member

Completed in 15 milliseconds