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