Searched refs:WebPEncCSP (Results 1 – 4 of 4) sorted by relevance
267 typedef enum WebPEncCSP { enum273 } WebPEncCSP; typedef310 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).490 WebPEncCSP /*colorspace = WEBP_YUV420*/);497 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
61 WebPEncCSP webp_color_space;
90 const WebPEncCSP uv_csp = in WebPPictureAllocYUVA()91 (WebPEncCSP)((int)picture->colorspace & WEBP_CSP_UV_MASK); in WebPPictureAllocYUVA()
995 static int PictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace, in PictureARGBToYUVA()1015 int WebPPictureARGBToYUVADithered(WebPPicture* picture, WebPEncCSP colorspace, in WebPPictureARGBToYUVADithered()1020 int WebPPictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace) { in WebPPictureARGBToYUVA()