Searched refs:WebPEncCSP (Results 1 – 4 of 4) sorted by relevance
264 typedef enum WebPEncCSP { enum270 } WebPEncCSP; typedef302 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).467 WebPEncCSP /*colorspace = WEBP_YUV420*/);474 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
91 const WebPEncCSP uv_csp = picture->colorspace & WEBP_CSP_UV_MASK; in WebPPictureAllocYUVA()
987 static int PictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace, in PictureARGBToYUVA()1007 int WebPPictureARGBToYUVADithered(WebPPicture* picture, WebPEncCSP colorspace, in WebPPictureARGBToYUVADithered()1012 int WebPPictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace) { in WebPPictureARGBToYUVA()