Home
last modified time | relevance | path

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 Dalpha_processing.c388 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 Dlossless.c518 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 Dalpha_processing_neon.c180 WebPApplyAlphaMultiply = ApplyAlphaMultiply_NEON; in WebPInitAlphaProcessingNEON()
A Dalpha_processing_sse2.c330 WebPApplyAlphaMultiply = ApplyAlphaMultiply_SSE2; in WebPInitAlphaProcessingSSE2()
A Ddsp.h566 extern void (*WebPApplyAlphaMultiply)(
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c198 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB()
425 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha()

Completed in 11 milliseconds