Searched defs:uv_height (Results 1 – 4 of 4) sorted by relevance
476 const int uv_height = (height + 1) / 2; in WebPWritePGM() local520 const int uv_height = (height + 1) / 2; in WebPWriteYUV() local
95 const int uv_height = (int)(((int64_t)height + 1) >> 1); in WebPPictureAllocYUVA() local
51 const int uv_height = (height + 1) / 2; in CheckDecBuffer() local
50 const int uv_height = (pic->height + 1) / 2; in ReadYUV() local306 const int uv_height = (picture->height + 1) / 2; in DumpPicture() local
Completed in 17 milliseconds