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

/external/chromium_org/third_party/libwebp/dec/
H A Didec.c688 idec->output_.u.YUVA.y = luma;
689 idec->output_.u.YUVA.y_stride = luma_stride;
690 idec->output_.u.YUVA.y_size = luma_size;
691 idec->output_.u.YUVA.u = u;
692 idec->output_.u.YUVA.u_stride = u_stride;
693 idec->output_.u.YUVA.u_size = u_size;
694 idec->output_.u.YUVA.v = v;
695 idec->output_.u.YUVA.v_stride = v_stride;
696 idec->output_.u.YUVA.v_size = v_size;
697 idec->output_.u.YUVA
[all...]
H A Dbuffer.c44 const WebPYUVABuffer* const buf = &buffer->u.YUVA;
113 if (!WebPIsRGBMode(mode)) { // YUVA initialization
114 WebPYUVABuffer* const buf = &buffer->u.YUVA;
148 WebPYUVABuffer* const buf = &buffer->u.YUVA;
H A Dwebp.c581 output.u.YUVA.y = luma;
582 output.u.YUVA.y_stride = luma_stride;
583 output.u.YUVA.y_size = luma_size;
584 output.u.YUVA.u = u;
585 output.u.YUVA.u_stride = u_stride;
586 output.u.YUVA.u_size = u_size;
587 output.u.YUVA.v = v;
588 output.u.YUVA.v_stride = v_stride;
589 output.u.YUVA.v_size = v_size;
625 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA
[all...]
H A Dio.c27 const WebPYUVABuffer* const buf = &output->u.YUVA;
150 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
301 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
315 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
H A Dvp8l.c475 // Export to YUVA
480 const WebPYUVABuffer* const buf = &output->u.YUVA;
696 } else { // convert to YUVA
/external/webp/src/dec/
H A Didec.c688 idec->output_.u.YUVA.y = luma;
689 idec->output_.u.YUVA.y_stride = luma_stride;
690 idec->output_.u.YUVA.y_size = luma_size;
691 idec->output_.u.YUVA.u = u;
692 idec->output_.u.YUVA.u_stride = u_stride;
693 idec->output_.u.YUVA.u_size = u_size;
694 idec->output_.u.YUVA.v = v;
695 idec->output_.u.YUVA.v_stride = v_stride;
696 idec->output_.u.YUVA.v_size = v_size;
697 idec->output_.u.YUVA
[all...]
H A Dbuffer.c44 const WebPYUVABuffer* const buf = &buffer->u.YUVA;
113 if (!WebPIsRGBMode(mode)) { // YUVA initialization
114 WebPYUVABuffer* const buf = &buffer->u.YUVA;
148 WebPYUVABuffer* const buf = &buffer->u.YUVA;
H A Dwebp.c593 output.u.YUVA.y = luma;
594 output.u.YUVA.y_stride = luma_stride;
595 output.u.YUVA.y_size = luma_size;
596 output.u.YUVA.u = u;
597 output.u.YUVA.u_stride = u_stride;
598 output.u.YUVA.u_size = u_size;
599 output.u.YUVA.v = v;
600 output.u.YUVA.v_stride = v_stride;
601 output.u.YUVA.v_size = v_size;
637 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA
[all...]
H A Dio.c27 const WebPYUVABuffer* const buf = &output->u.YUVA;
150 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
301 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
315 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
H A Dvp8l.c475 // Export to YUVA
480 const WebPYUVABuffer* const buf = &output->u.YUVA;
696 } else { // convert to YUVA
/external/chromium_org/media/base/simd/
H A Dconvert_yuva_to_argb_mmx.inc52 ; ARGB alpha value as the source pixel in YUVA, but this depends on the alpha
/external/webp/examples/
H A Ddwebp.c231 const unsigned char* const a = buffer->u.YUVA.a;
232 const int a_stride = buffer->u.YUVA.a_stride;
252 const WebPYUVABuffer* const yuv = &buffer->u.YUVA;
/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h183 struct WebPYUVABuffer { // view as YUVA
200 WebPYUVABuffer YUVA; member in union:WebPDecBuffer::__anon13308
270 // stride of output_buffer.u.RGBA or output_buffer.u.YUVA, provided they remain
342 // Same as above function to get a YUVA image. Returns pointer to the luma
/external/webp/include/webp/
H A Ddecode.h183 struct WebPYUVABuffer { // view as YUVA
200 WebPYUVABuffer YUVA; member in union:WebPDecBuffer::__anon33325
270 // stride of output_buffer.u.RGBA or output_buffer.u.YUVA, provided they remain
342 // Same as above function to get a YUVA image. Returns pointer to the luma

Completed in 268 milliseconds