Searched refs:WebPEncCSP (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h28 // typedef enum WebPEncCSP WebPEncCSP;
255 typedef enum WebPEncCSP { enum
261 } WebPEncCSP; typedef in typeref:enum:WebPEncCSP
293 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).
455 WebPEncCSP colorspace);
462 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
/external/webp/include/webp/
H A Dencode.h28 // typedef enum WebPEncCSP WebPEncCSP;
255 typedef enum WebPEncCSP { enum
261 } WebPEncCSP; typedef in typeref:enum:WebPEncCSP
293 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).
455 WebPEncCSP colorspace);
462 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c246 int WebPPictureARGBToYUVADithered(WebPPicture* picture, WebPEncCSP colorspace,
264 int WebPPictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace) {
H A Dpicture.c90 const WebPEncCSP uv_csp = picture->colorspace & WEBP_CSP_UV_MASK;
/external/webp/src/enc/
H A Dpicture_csp.c246 int WebPPictureARGBToYUVADithered(WebPPicture* picture, WebPEncCSP colorspace,
264 int WebPPictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace) {
H A Dpicture.c90 const WebPEncCSP uv_csp = picture->colorspace & WEBP_CSP_UV_MASK;

Completed in 71 milliseconds