Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dalpha_processing_sse41.c66 const uint32_t alpha_value = argb[4 * i]; in ExtractAlpha_SSE41() local
Dalpha_processing.c303 const uint32_t alpha_value = alpha[i]; in DispatchAlpha_C() local
336 const uint8_t alpha_value = argb[4 * i]; in ExtractAlpha_C() local
Dalpha_processing_sse2.c63 const uint32_t alpha_value = alpha[i]; in DispatchAlpha_SSE2() local
135 const uint32_t alpha_value = argb[4 * i]; in ExtractAlpha_SSE2() local
Dalpha_processing_neon.c102 const uint32_t alpha_value = alpha[i]; in DispatchAlpha_NEON() local
/third_party/ffmpeg/libavfilter/
Dvf_chromakey_cuda.cu57 uchar alpha_value; in change_alpha_channel() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dio_dec.c220 const uint32_t alpha_value = alpha[i] >> 4; in EmitAlphaRGBA4444() local
459 const uint32_t alpha_value = p->scaler_a->dst[i] >> 4; in ExportAlphaRGBA4444() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c196 bool alpha_value = false; /* clear alpha to 0 or 1 */ in gfx8_get_dcc_clear_parameters() local
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.h108 uint32_t alpha_value; /* R500_FG_ALPHA_VALUE: 0x4be0 */ member