Home
last modified time | relevance | path

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 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()
A Dalpha_processing_neon.c182 WebPDispatchAlphaToGreen = DispatchAlphaToGreen_NEON; in WebPInitAlphaProcessingNEON()
A Dalpha_processing_sse2.c332 WebPDispatchAlphaToGreen = DispatchAlphaToGreen_SSE2; in WebPInitAlphaProcessingSSE2()
A Ddsp.h581 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 Dalpha_enc.c65 WebPDispatchAlphaToGreen(data, width, picture.width, picture.height, in EncodeLossless()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog1722 2d9b0a44 add WebPDispatchAlphaToGreen() to dsp

Completed in 12 milliseconds