Home | History | Annotate | Download | only in dec

Lines Matching full:rgba

49   WebPRGBABuffer* const buf = &output->u.RGBA;
50 uint8_t* const dst = buf->rgba + io->mb_y * buf->stride;
64 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
65 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
182 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
185 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
206 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
209 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
332 // RGBA rescaling
337 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
338 uint8_t* dst = buf->rgba + y_pos * buf->stride;
384 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
385 uint8_t* const base_rgba = buf->rgba + y_pos * buf->stride;
412 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
413 uint8_t* const base_rgba = buf->rgba + y_pos * buf->stride;