Home
last modified time | relevance | path

Searched defs:alpha_value (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dalpha_processing_sse2.c54 const uint32_t alpha_value = argb[4 * i]; in ExtractAlpha() local
Dalpha_processing.c295 const uint8_t alpha_value = argb[4 * i]; in ExtractAlpha() local
/external/webp/src/dec/
Dio.c215 const uint32_t alpha_value = alpha[i]; in EmitAlphaRGB() local
251 const uint32_t alpha_value = alpha[i] >> 4; in EmitAlphaRGBA4444() local
430 const uint32_t alpha_value = p->scaler_a.dst[i]; in ExportAlpha() local
464 const uint32_t alpha_value = p->scaler_a.dst[i] >> 4; in ExportAlphaRGBA4444() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.h106 uint32_t alpha_value; /* R500_FG_ALPHA_VALUE: 0x4be0 */ member