Searched refs:WebPEncCSP (Results 1 – 4 of 4) sorted by relevance
262 typedef enum WebPEncCSP { enum268 } WebPEncCSP; typedef300 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).480 WebPEncCSP /*colorspace = WEBP_YUV420*/);487 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
91 const WebPEncCSP uv_csp = in WebPPictureAllocYUVA()92 (WebPEncCSP)((int)picture->colorspace & WEBP_CSP_UV_MASK); in WebPPictureAllocYUVA()
985 static int PictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace, in PictureARGBToYUVA()1005 int WebPPictureARGBToYUVADithered(WebPPicture* picture, WebPEncCSP colorspace, in WebPPictureARGBToYUVADithered()1010 int WebPPictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace) { in WebPPictureARGBToYUVA()