Home
last modified time | relevance | path

Searched defs:WebPPicture (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webp/src/webp/
H A Dencode.h32 typedef struct WebPPicture WebPPicture; // main structure for I/O typedef
303 struct WebPPicture { struct
310 int use_argb;
313 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).
314 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION)
315 uint8_t* y, *u, *v; // pointers to luma/chroma planes.
316 int y_stride, uv_stride; // luma/chroma strides.
317 uint8_t* a; // pointer to the alpha plane
318 int a_stride; // stride of the alpha plane
319 uint32_t pad1[2]; // padding for later use
[all …]