Searched refs:YUVA (Results 1 - 6 of 6) sorted by relevance

/external/webp/src/dec/
H A Didec.c619 idec->output_.u.YUVA.y = luma;
620 idec->output_.u.YUVA.y_stride = luma_stride;
621 idec->output_.u.YUVA.y_size = luma_size;
622 idec->output_.u.YUVA.u = u;
623 idec->output_.u.YUVA.u_stride = u_stride;
624 idec->output_.u.YUVA.u_size = u_size;
625 idec->output_.u.YUVA.v = v;
626 idec->output_.u.YUVA.v_stride = v_stride;
627 idec->output_.u.YUVA.v_size = v_size;
628 idec->output_.u.YUVA
[all...]
H A Dwebp.c519 output.u.YUVA.y = luma;
520 output.u.YUVA.y_stride = luma_stride;
521 output.u.YUVA.y_size = luma_size;
522 output.u.YUVA.u = u;
523 output.u.YUVA.u_stride = u_stride;
524 output.u.YUVA.u_size = u_size;
525 output.u.YUVA.v = v;
526 output.u.YUVA.v_stride = v_stride;
527 output.u.YUVA.v_size = v_size;
563 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA
[all...]
H A Dbuffer.c46 const WebPYUVABuffer* const buf = &buffer->u.YUVA;
110 if (!WebPIsRGBMode(mode)) { // YUVA initialization
111 WebPYUVABuffer* const buf = &buffer->u.YUVA;
H A Dio.c28 const WebPYUVABuffer* const buf = &output->u.YUVA;
165 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
312 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
H A Dvp8l.c461 // Export to YUVA
465 const WebPYUVABuffer* const buf = &output->u.YUVA;
665 } else { // convert to YUVA
/external/webp/include/webp/
H A Ddecode.h161 typedef struct { // view as YUVA
178 WebPYUVABuffer YUVA; member in union:__anon15598::__anon15599
308 // Same as above function to get a YUVA image. Returns pointer to the luma

Completed in 462 milliseconds