Searched defs:base_rgba (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dec/
H A Dio.c227 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; local
228 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
240 WebPApplyAlphaMultiply(base_rgba, alpha_first,
259 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; local
260 uint8_t* alpha_dst = base_rgba + 1;
272 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride);
411 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride; local
415 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
434 WebPApplyAlphaMultiply(base_rgba, alpha_first,
442 uint8_t* const base_rgba local
[all...]

Completed in 123 milliseconds