Home
last modified time | relevance | path

Searched refs:WebPAlphaReplace (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dalpha_processing.c408 void (*WebPAlphaReplace)(uint32_t* src, int length, uint32_t color); variable
437 WebPAlphaReplace = AlphaReplace_C; in WEBP_DSP_INIT_FUNC()
479 assert(WebPAlphaReplace != NULL); in WEBP_DSP_INIT_FUNC()
Ddsp.h642 extern void (*WebPAlphaReplace)(uint32_t* src, int length, uint32_t color);
Dalpha_processing_sse2.c358 WebPAlphaReplace = AlphaReplace_SSE2; in WebPInitAlphaProcessingSSE2()
/external/webp/src/enc/
Dpicture_tools_enc.c93 WebPAlphaReplace(argb, pic->width, color); in WebPReplaceTransparentPixels()