Home | History | Annotate | Download | only in webp

Lines Matching refs:luma

77 // unlike the returned Y luma one. The dimension of the U and V planes
116 // into pre-allocated luma/chroma plane buffers. This function requires the
117 // strides to be passed: one for the luma plane and one for each of the
120 // Pointer to the luma plane ('*luma') is returned or NULL if an error occurred
124 uint8_t* luma, size_t luma_size, int luma_stride,
184 uint8_t* y, *u, *v, *a; // pointer to luma, chroma U/V, alpha samples
185 int y_stride; // luma stride
188 size_t y_size; // luma plane size
291 // will output the raw luma/chroma samples into a preallocated planes if
292 // supplied. The luma plane is specified by its pointer 'luma', its size
297 // Conversely, 'luma' can be passed NULL if no preallocated planes are supplied.
302 uint8_t* luma, size_t luma_size, int luma_stride,
310 uint8_t* luma, size_t luma_size, int luma_stride,
342 // Same as above function to get a YUVA image. Returns pointer to the luma