Home
last modified time | relevance | path

Searched refs:WebPDispatchAlphaToGreen (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Dalpha_processing.c396 void (*WebPDispatchAlphaToGreen)(const uint8_t*, int, int, int, uint32_t*, int); variable
430 WebPDispatchAlphaToGreen = DispatchAlphaToGreen_C; in WEBP_DSP_INIT_FUNC()
470 assert(WebPDispatchAlphaToGreen != NULL); in WEBP_DSP_INIT_FUNC()
Dalpha_processing_neon.c182 WebPDispatchAlphaToGreen = DispatchAlphaToGreen_NEON; in WebPInitAlphaProcessingNEON()
Ddsp.h587 extern void (*WebPDispatchAlphaToGreen)(const uint8_t* alpha, int alpha_stride,
Dalpha_processing_sse2.c353 WebPDispatchAlphaToGreen = DispatchAlphaToGreen_SSE2; in WebPInitAlphaProcessingSSE2()
/external/webp/src/enc/
Dalpha_enc.c65 WebPDispatchAlphaToGreen(data, width, picture.width, picture.height, in EncodeLossless()