Searched defs:WebPEncCSP (Results 1 - 2 of 2) sorted by relevance

/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).
458 WebPEncCSP /*colorspace = WEBP_YUV420*/);
465 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
/external/webp/src/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).
458 WebPEncCSP /*colorspace = WEBP_YUV420*/);
465 WebPPicture* picture, WebPEncCSP colorspace, float dithering);

Completed in 63 milliseconds