Home
last modified time | relevance | path

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

/external/webp/src/webp/
Dencode.h264 typedef enum WebPEncCSP { enum
270 } WebPEncCSP; typedef
302 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).
467 WebPEncCSP /*colorspace = WEBP_YUV420*/);
474 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
/external/webp/include/webp/
Dencode.h264 typedef enum WebPEncCSP { enum
270 } WebPEncCSP; typedef
302 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).
467 WebPEncCSP /*colorspace = WEBP_YUV420*/);
474 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
/external/webp/src/enc/
Dpicture.c91 const WebPEncCSP uv_csp = picture->colorspace & WEBP_CSP_UV_MASK; in WebPPictureAllocYUVA()
Dpicture_csp.c987 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()