Home
last modified time | relevance | path

Searched refs:uv_height (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dimage_enc.c476 const int uv_height = (height + 1) / 2; in WebPWritePGM() local
484 (width + 1) & ~1, height + uv_height + a_height); in WebPWritePGM()
490 for (y = 0; ok && y < uv_height; ++y) { in WebPWritePGM()
520 const int uv_height = (height + 1) / 2; in WebPWriteYUV() local
531 for (y = 0; ok && y < uv_height; ++y) { in WebPWriteYUV()
535 for (y = 0; ok && y < uv_height; ++y) { in WebPWriteYUV()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_enc.c95 const int uv_height = (int)(((int64_t)height + 1) >> 1); in WebPPictureAllocYUVA() local
114 uv_size = (uint64_t)uv_stride * uv_height; in WebPPictureAllocYUVA()
121 uv_width <= 0 || uv_height <= 0) { // u/v param error in WebPPictureAllocYUVA()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dbuffer_dec.c51 const int uv_height = (height + 1) / 2; in CheckDecBuffer() local
57 const uint64_t u_size = MIN_BUFFER_SIZE(uv_width, uv_height, u_stride); in CheckDecBuffer()
58 const uint64_t v_size = MIN_BUFFER_SIZE(uv_width, uv_height, v_stride); in CheckDecBuffer()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dcwebp.c50 const int uv_height = (pic->height + 1) / 2; in ReadYUV() local
52 const int uv_plane_size = uv_width * uv_height; in ReadYUV()
67 pic->u, pic->uv_stride, uv_width, uv_height); in ReadYUV()
69 pic->v, pic->uv_stride, uv_width, uv_height); in ReadYUV()
306 const int uv_height = (picture->height + 1) / 2; in DumpPicture() local
314 const int height = picture->height + uv_height + alpha_height; in DumpPicture()
323 for (y = 0; y < uv_height; ++y) { in DumpPicture()

Completed in 7 milliseconds