Home
last modified time | relevance | path

Searched refs:WebPEncCSP (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/webp/
Dencode.h267 typedef enum WebPEncCSP { enum
273 } WebPEncCSP; typedef
310 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).
490 WebPEncCSP /*colorspace = WEBP_YUV420*/);
497 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpenc.h61 WebPEncCSP webp_color_space;
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_enc.c90 const WebPEncCSP uv_csp = in WebPPictureAllocYUVA()
91 (WebPEncCSP)((int)picture->colorspace & WEBP_CSP_UV_MASK); in WebPPictureAllocYUVA()
Dpicture_csp_enc.c995 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()