HomeSort by relevance Sort by last modified time
    Searched refs:YUVA (Results 1 - 7 of 7) sorted by null

  /external/webp/src/dec/
idec_dec.c 728 idec->output_.u.YUVA.y = luma;
729 idec->output_.u.YUVA.y_stride = luma_stride;
730 idec->output_.u.YUVA.y_size = luma_size;
731 idec->output_.u.YUVA.u = u;
732 idec->output_.u.YUVA.u_stride = u_stride;
733 idec->output_.u.YUVA.u_size = u_size;
734 idec->output_.u.YUVA.v = v;
735 idec->output_.u.YUVA.v_stride = v_stride;
736 idec->output_.u.YUVA.v_size = v_size;
737 idec->output_.u.YUVA.a = a
    [all...]
buffer_dec.c 49 const WebPYUVABuffer* const buf = &buffer->u.YUVA;
126 if (!WebPIsRGBMode(mode)) { // YUVA initialization
127 WebPYUVABuffer* const buf = &buffer->u.YUVA;
161 WebPYUVABuffer* const buf = &buffer->u.YUVA;
287 const WebPYUVABuffer* const src = &src_buf->u.YUVA;
288 const WebPYUVABuffer* const dst = &dst_buf->u.YUVA;
webp_dec.c 586 output.u.YUVA.y = luma;
587 output.u.YUVA.y_stride = luma_stride;
588 output.u.YUVA.y_size = luma_size;
589 output.u.YUVA.u = u;
590 output.u.YUVA.u_stride = u_stride;
591 output.u.YUVA.u_size = u_size;
592 output.u.YUVA.v = v;
593 output.u.YUVA.v_stride = v_stride;
594 output.u.YUVA.v_size = v_size;
630 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y
    [all...]
io_dec.c 27 const WebPYUVABuffer* const buf = &output->u.YUVA;
133 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
278 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
299 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
vp8l_dec.c 586 // Export to YUVA
590 const WebPYUVABuffer* const buf = &output->u.YUVA;
765 } else { // convert to YUVA
    [all...]
  /external/webp/include/webp/
decode.h 186 struct WebPYUVABuffer { // view as YUVA
206 WebPYUVABuffer YUVA;
276 // stride of output_buffer.u.RGBA or output_buffer.u.YUVA, provided they remain
349 // Same as above function to get a YUVA image. Returns pointer to the luma
  /external/webp/src/webp/
decode.h 186 struct WebPYUVABuffer { // view as YUVA
206 WebPYUVABuffer YUVA;
276 // stride of output_buffer.u.RGBA or output_buffer.u.YUVA, provided they remain
349 // Same as above function to get a YUVA image. Returns pointer to the luma

Completed in 104 milliseconds