Searched defs:WebPPicture (Results 1 – 2 of 2) sorted by relevance
32 typedef struct WebPPicture WebPPicture; // main structure for I/O typedef283 struct WebPPicture { struct290 int use_argb;293 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).294 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION)295 uint8_t *y, *u, *v; // pointers to luma/chroma planes.296 int y_stride, uv_stride; // luma/chroma strides.297 uint8_t* a; // pointer to the alpha plane298 int a_stride; // stride of the alpha plane299 uint32_t pad1[2]; // padding for later use[all …]