Searched refs:WebPApplyAlphaMultiply (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing.c | 402 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()
|
D | lossless.c | 537 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()
|
D | alpha_processing_neon.c | 183 WebPApplyAlphaMultiply = ApplyAlphaMultiply_NEON; in WebPInitAlphaProcessingNEON()
|
D | dsp.h | 381 extern void (*WebPApplyAlphaMultiply)(
|
D | alpha_processing_sse2.c | 353 WebPApplyAlphaMultiply = ApplyAlphaMultiply_SSE2; in WebPInitAlphaProcessingSSE2()
|
/external/webp/src/dec/ |
D | io_dec.c | 193 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB() 431 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha()
|