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

  /external/chromium_org/third_party/libwebp/dec/
idec.c 674 idec->output_.u.YUVA.y = luma;
675 idec->output_.u.YUVA.y_stride = luma_stride;
676 idec->output_.u.YUVA.y_size = luma_size;
677 idec->output_.u.YUVA.u = u;
678 idec->output_.u.YUVA.u_stride = u_stride;
679 idec->output_.u.YUVA.u_size = u_size;
680 idec->output_.u.YUVA.v = v;
681 idec->output_.u.YUVA.v_stride = v_stride;
682 idec->output_.u.YUVA.v_size = v_size;
683 idec->output_.u.YUVA.a = a
    [all...]
webp.c 561 output.u.YUVA.y = luma;
562 output.u.YUVA.y_stride = luma_stride;
563 output.u.YUVA.y_size = luma_size;
564 output.u.YUVA.u = u;
565 output.u.YUVA.u_stride = u_stride;
566 output.u.YUVA.u_size = u_size;
567 output.u.YUVA.v = v;
568 output.u.YUVA.v_stride = v_stride;
569 output.u.YUVA.v_size = v_size;
605 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y
    [all...]
buffer.c 48 const WebPYUVABuffer* const buf = &buffer->u.YUVA;
112 if (!WebPIsRGBMode(mode)) { // YUVA initialization
113 WebPYUVABuffer* const buf = &buffer->u.YUVA;
io.c 30 const WebPYUVABuffer* const buf = &output->u.YUVA;
167 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
311 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
vp8l.c 454 // Export to YUVA
458 const WebPYUVABuffer* const buf = &output->u.YUVA;
672 } else { // convert to YUVA
    [all...]
  /external/webp/src/dec/
idec.c 678 idec->output_.u.YUVA.y = luma;
679 idec->output_.u.YUVA.y_stride = luma_stride;
680 idec->output_.u.YUVA.y_size = luma_size;
681 idec->output_.u.YUVA.u = u;
682 idec->output_.u.YUVA.u_stride = u_stride;
683 idec->output_.u.YUVA.u_size = u_size;
684 idec->output_.u.YUVA.v = v;
685 idec->output_.u.YUVA.v_stride = v_stride;
686 idec->output_.u.YUVA.v_size = v_size;
687 idec->output_.u.YUVA.a = a
    [all...]
webp.c 544 output.u.YUVA.y = luma;
545 output.u.YUVA.y_stride = luma_stride;
546 output.u.YUVA.y_size = luma_size;
547 output.u.YUVA.u = u;
548 output.u.YUVA.u_stride = u_stride;
549 output.u.YUVA.u_size = u_size;
550 output.u.YUVA.v = v;
551 output.u.YUVA.v_stride = v_stride;
552 output.u.YUVA.v_size = v_size;
588 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y
    [all...]
buffer.c 48 const WebPYUVABuffer* const buf = &buffer->u.YUVA;
112 if (!WebPIsRGBMode(mode)) { // YUVA initialization
113 WebPYUVABuffer* const buf = &buffer->u.YUVA;
io.c 30 const WebPYUVABuffer* const buf = &output->u.YUVA;
167 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
311 const WebPYUVABuffer* const buf = &p->output->u.YUVA;
vp8l.c 454 // Export to YUVA
458 const WebPYUVABuffer* const buf = &output->u.YUVA;
672 } else { // convert to YUVA
    [all...]
  /external/webp/examples/
dwebp.c 231 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/
decode.h 183 struct WebPYUVABuffer { // view as YUVA
200 WebPYUVABuffer YUVA;
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/
decode.h 183 struct WebPYUVABuffer { // view as YUVA
200 WebPYUVABuffer YUVA;
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 788 milliseconds