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

  /external/chromium_org/third_party/libwebp/dec/
io.c 225 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; local
226 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
241 WebPApplyAlphaMultiply(base_rgba, alpha_first,
256 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; local
257 uint8_t* alpha_dst = base_rgba + 1;
272 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride);
410 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride; local
414 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
433 WebPApplyAlphaMultiply(base_rgba, alpha_first,
441 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride local
    [all...]
  /external/webp/src/dec/
io.c 225 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; local
226 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
241 WebPApplyAlphaMultiply(base_rgba, alpha_first,
256 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; local
257 uint8_t* alpha_dst = base_rgba + 1;
272 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride);
410 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride; local
414 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
433 WebPApplyAlphaMultiply(base_rgba, alpha_first,
441 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride local
    [all...]

Completed in 2149 milliseconds