Searched refs:WebPApplyAlphaMultiply (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | alpha_processing.c | 388 void (*WebPApplyAlphaMultiply)(uint8_t*, int, int, int, int); variable 422 WebPApplyAlphaMultiply = ApplyAlphaMultiply_C; in WEBP_DSP_INIT_FUNC() 460 assert(WebPApplyAlphaMultiply != NULL); in WEBP_DSP_INIT_FUNC()
|
A D | lossless.c | 518 WebPApplyAlphaMultiply(rgba, 0, num_pixels, 1, 0); in VP8LConvertFromBGRA() 528 WebPApplyAlphaMultiply(rgba, 0, num_pixels, 1, 0); in VP8LConvertFromBGRA() 535 WebPApplyAlphaMultiply(rgba, 1, num_pixels, 1, 0); in VP8LConvertFromBGRA()
|
A D | alpha_processing_neon.c | 180 WebPApplyAlphaMultiply = ApplyAlphaMultiply_NEON; in WebPInitAlphaProcessingNEON()
|
A D | alpha_processing_sse2.c | 330 WebPApplyAlphaMultiply = ApplyAlphaMultiply_SSE2; in WebPInitAlphaProcessingSSE2()
|
A D | dsp.h | 566 extern void (*WebPApplyAlphaMultiply)(
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | io_dec.c | 198 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB() 425 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha()
|
Completed in 11 milliseconds