Searched refs:WEBP_YUV422 (Results 1 – 2 of 2) sorted by relevance
63 case WEBP_YUV422: in WebPPictureAlloc()210 const int is_yuv422 = IS_YUV_CSP(pic->colorspace, WEBP_YUV422); in SnapTopLeftPosition()251 if (IS_YUV_CSP(dst->colorspace, WEBP_YUV422)) { in WebPPictureCopy()302 IS_YUV_CSP(dst->colorspace, WEBP_YUV422) ? (left >> 1) : left; in WebPPictureView()349 if (IS_YUV_CSP(tmp.colorspace, WEBP_YUV422)) { in WebPPictureCrop()444 const int s = IS_YUV_CSP(tmp.colorspace, WEBP_YUV422) ? 2 : 1; in WebPPictureRescale()640 if (uv_csp == WEBP_YUV422) { in ImportYUVAFromRGBA()
236 WEBP_YUV422 = 1, // 4:2:2 enumerator