Searched defs:uv_width (Results 1 – 9 of 9) sorted by relevance
33 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
200 const int uv_width = (pic->width >> 1); // omit last pixel during u/v loop in WebPBlendAlpha() local
886 const int uv_width = (width + 1) >> 1; in ImportYUVAFromRGBA() local
50 const int uv_width = (width + 1) / 2; in CheckDecBuffer() local
594 const int uv_width = (io->mb_w + 1) >> 1; in CustomSetup() local
131 const int uv_width = src_width >> 1; in WebPConvertARGBToUV_C() local
51 const int uv_width = (pic->width + 1) / 2; in ReadYUV() local308 const int uv_width = (picture->width + 1) / 2; in DumpPicture() local