Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dio.c211 uint8_t* alpha_dst = base_rgba; in EmitAlphaRGBA4444() local
213 uint8_t* alpha_dst = base_rgba + 1; in EmitAlphaRGBA4444() local
221 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value; in EmitAlphaRGBA4444()
225 alpha_dst += buf->stride; in EmitAlphaRGBA4444()
415 uint8_t* alpha_dst = base_rgba; in ExportAlphaRGBA4444() local
417 uint8_t* alpha_dst = base_rgba + 1; in ExportAlphaRGBA4444() local
433 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value; in ExportAlphaRGBA4444()
436 alpha_dst += buf->stride; in ExportAlphaRGBA4444()
/external/opencv3/3rdparty/libwebp/dec/
Dio.c257 uint8_t* alpha_dst = base_rgba + 1; in EmitAlphaRGBA4444() local
265 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value; in EmitAlphaRGBA4444()
269 alpha_dst += buf->stride; in EmitAlphaRGBA4444()
442 uint8_t* alpha_dst = base_rgba + 1; in ExportAlphaRGBA4444() local
456 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value; in ExportAlphaRGBA4444()
459 alpha_dst += buf->stride; in ExportAlphaRGBA4444()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_composite.c44 unsigned alpha_dst : 4; member
144 if (xa_format_a(dst_pic->pict_format) == 0 && blend->alpha_dst) { in blend_for_op()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_composite.c17 unsigned alpha_dst : 4; member
92 PICT_FORMAT_A(pDstPicture->format) == 0 && blend->alpha_dst) { in blend_for_op()