Searched defs:uv_width (Results 1 – 9 of 9) sorted by relevance
32 int y, width, uv_width; in WebPImportGray() local
475 const int uv_width = (width + 1) / 2; in WebPWritePGM() local519 const int uv_width = (width + 1) / 2; in WebPWriteYUV() local
94 const int uv_width = (int)(((int64_t)width + 1) >> 1); in WebPPictureAllocYUVA() local
205 const int uv_width = (pic->width >> 1); // omit last pixel during u/v loop in WebPBlendAlpha() local
882 const int uv_width = (width + 1) >> 1; in ImportYUVAFromRGBA() local
50 const int uv_width = (width + 1) / 2; in CheckDecBuffer() local
581 const int uv_width = (io->mb_w + 1) >> 1; in CustomSetup() local
131 const int uv_width = src_width >> 1; in WebPConvertARGBToUV_C() local
49 const int uv_width = (pic->width + 1) / 2; in ReadYUV() local305 const int uv_width = (picture->width + 1) / 2; in DumpPicture() local
Completed in 18 milliseconds