Searched defs:WebPPicture (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/3rdparty/libwebp/webp/ |
D | encode.h | 32 typedef struct WebPPicture WebPPicture; // main structure for I/O typedef 270 struct WebPPicture { struct 277 int use_argb; 280 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr). 281 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION) 282 uint8_t *y, *u, *v; // pointers to luma/chroma planes. 283 int y_stride, uv_stride; // luma/chroma strides. 284 uint8_t* a; // pointer to the alpha plane 285 int a_stride; // stride of the alpha plane 286 uint32_t pad1[2]; // padding for later use [all …]
|
/external/webp/src/webp/ |
D | encode.h | 32 typedef struct WebPPicture WebPPicture; // main structure for I/O typedef 292 struct WebPPicture { struct 299 int use_argb; 302 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr). 303 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION) 304 uint8_t *y, *u, *v; // pointers to luma/chroma planes. 305 int y_stride, uv_stride; // luma/chroma strides. 306 uint8_t* a; // pointer to the alpha plane 307 int a_stride; // stride of the alpha plane 308 uint32_t pad1[2]; // padding for later use [all …]
|
/external/webp/include/webp/ |
D | encode.h | 32 typedef struct WebPPicture WebPPicture; // main structure for I/O typedef 292 struct WebPPicture { struct 299 int use_argb; 302 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr). 303 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION) 304 uint8_t *y, *u, *v; // pointers to luma/chroma planes. 305 int y_stride, uv_stride; // luma/chroma strides. 306 uint8_t* a; // pointer to the alpha plane 307 int a_stride; // stride of the alpha plane 308 uint32_t pad1[2]; // padding for later use [all …]
|