Home
last modified time | relevance | path

Searched refs:base_rgba (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c190 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGB() local
191 uint8_t* const dst = base_rgba + (alpha_first ? 0 : 3); in EmitAlphaRGB()
198 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB()
216 uint8_t* alpha_dst = base_rgba; in EmitAlphaRGBA4444()
218 uint8_t* alpha_dst = base_rgba + 1; in EmitAlphaRGBA4444()
406 uint8_t* const base_rgba = buf->rgba + y_pos * buf->stride; in ExportAlpha() local
410 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3); in ExportAlpha()
425 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha()
434 uint8_t* const base_rgba = buf->rgba + y_pos * buf->stride; in ExportAlphaRGBA4444() local
436 uint8_t* alpha_dst = base_rgba; in ExportAlphaRGBA4444()
[all …]

Completed in 4 milliseconds