Searched refs:base_rgba (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dec/ |
D | io.c | 185 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGB() local 186 uint8_t* const dst = base_rgba + (alpha_first ? 0 : 3); in EmitAlphaRGB() 193 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB() 209 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGBA4444() local 211 uint8_t* alpha_dst = base_rgba; in EmitAlphaRGBA4444() 213 uint8_t* alpha_dst = base_rgba + 1; in EmitAlphaRGBA4444() 230 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride); in EmitAlphaRGBA4444() 385 uint8_t* const base_rgba = buf->rgba + y_pos * buf->stride; in ExportAlpha() local 389 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3); in ExportAlpha() 404 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha() [all …]
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | io.c | 225 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGB() local 226 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3); in EmitAlphaRGB() 241 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB() 256 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGBA4444() local 257 uint8_t* alpha_dst = base_rgba + 1; in EmitAlphaRGBA4444() 272 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride); in EmitAlphaRGBA4444() 410 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportAlpha() local 414 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3); in ExportAlpha() 433 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha() 441 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportAlphaRGBA4444() local [all …]
|