Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dalpha_processing.c402 void (*WebPApplyAlphaMultiply)(uint8_t*, int, int, int, int); variable
443 WebPApplyAlphaMultiply = ApplyAlphaMultiply_C; in WEBP_DSP_INIT_FUNC()
482 assert(WebPApplyAlphaMultiply != NULL); in WEBP_DSP_INIT_FUNC()
Dlossless.c537 WebPApplyAlphaMultiply(rgba, 0, num_pixels, 1, 0); in VP8LConvertFromBGRA()
547 WebPApplyAlphaMultiply(rgba, 0, num_pixels, 1, 0); in VP8LConvertFromBGRA()
554 WebPApplyAlphaMultiply(rgba, 1, num_pixels, 1, 0); in VP8LConvertFromBGRA()
Dalpha_processing_neon.c183 WebPApplyAlphaMultiply = ApplyAlphaMultiply_NEON; in WebPInitAlphaProcessingNEON()
Ddsp.h381 extern void (*WebPApplyAlphaMultiply)(
Dalpha_processing_sse2.c353 WebPApplyAlphaMultiply = ApplyAlphaMultiply_SSE2; in WebPInitAlphaProcessingSSE2()
/external/webp/src/dec/
Dio_dec.c193 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB()
431 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha()