Searched refs:WebPDispatchAlphaToGreen (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing.c | 396 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()
|
D | alpha_processing_neon.c | 182 WebPDispatchAlphaToGreen = DispatchAlphaToGreen_NEON; in WebPInitAlphaProcessingNEON()
|
D | dsp.h | 587 extern void (*WebPDispatchAlphaToGreen)(const uint8_t* alpha, int alpha_stride,
|
D | alpha_processing_sse2.c | 353 WebPDispatchAlphaToGreen = DispatchAlphaToGreen_SSE2; in WebPInitAlphaProcessingSSE2()
|
/external/webp/src/enc/ |
D | alpha_enc.c | 65 WebPDispatchAlphaToGreen(data, width, picture.width, picture.height, in EncodeLossless()
|