Home
last modified time | relevance | path

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

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