Home
last modified time | relevance | path

Searched refs:alpha_dst (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.c216 uint8_t* alpha_dst = base_rgba; in EmitAlphaRGBA4444() local
218 uint8_t* alpha_dst = base_rgba + 1; in EmitAlphaRGBA4444() local
226 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value; in EmitAlphaRGBA4444()
230 alpha_dst += buf->stride; in EmitAlphaRGBA4444()
436 uint8_t* alpha_dst = base_rgba; in ExportAlphaRGBA4444() local
438 uint8_t* alpha_dst = base_rgba + 1; in ExportAlphaRGBA4444() local
454 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value; in ExportAlphaRGBA4444()
457 alpha_dst += buf->stride; in ExportAlphaRGBA4444()

Completed in 4 milliseconds