Searched refs:WebPAlphaReplace (Results 1 – 4 of 4) sorted by relevance
423 void (*WebPAlphaReplace)(uint32_t* src, int length, uint32_t color); variable452 WebPAlphaReplace = AlphaReplace_C; in WEBP_DSP_INIT_FUNC()494 assert(WebPAlphaReplace != NULL); in WEBP_DSP_INIT_FUNC()
682 extern void (*WebPAlphaReplace)(uint32_t* src, int length, uint32_t color);
360 WebPAlphaReplace = AlphaReplace_SSE2; in WebPInitAlphaProcessingSSE2()
93 WebPAlphaReplace(argb, pic->width, color); in WebPReplaceTransparentPixels()