Home
last modified time | relevance | path

Searched defs: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
520 const int uv_height = (height + 1) / 2; in WebPWriteYUV() local
/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
/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
/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
306 const int uv_height = (picture->height + 1) / 2; in DumpPicture() local

Completed in 17 milliseconds