Searched refs:WebPDispatchAlphaToGreen (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | alpha_processing.c | 391 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()
|
A D | alpha_processing_neon.c | 182 WebPDispatchAlphaToGreen = DispatchAlphaToGreen_NEON; in WebPInitAlphaProcessingNEON()
|
A D | alpha_processing_sse2.c | 332 WebPDispatchAlphaToGreen = DispatchAlphaToGreen_SSE2; in WebPInitAlphaProcessingSSE2()
|
A D | dsp.h | 581 extern void (*WebPDispatchAlphaToGreen)(const uint8_t* alpha, int alpha_stride,
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | alpha_enc.c | 65 WebPDispatchAlphaToGreen(data, width, picture.width, picture.height, in EncodeLossless()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 1722 2d9b0a44 add WebPDispatchAlphaToGreen() to dsp
|
Completed in 13 milliseconds