Home
last modified time | relevance | path

Searched refs:WebPDispatchAlpha (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.c390 int (*WebPDispatchAlpha)(const uint8_t*, int, int, int, uint8_t*, int); variable
423 WebPDispatchAlpha = DispatchAlpha_C; in WEBP_DSP_INIT_FUNC()
462 assert(WebPDispatchAlpha != NULL); in WEBP_DSP_INIT_FUNC()
A Dalpha_processing_mips_dsp_r2.c216 WebPDispatchAlpha = DispatchAlpha_MIPSdspR2; in WebPInitAlphaProcessingMIPSdspR2()
A Dalpha_processing_neon.c181 WebPDispatchAlpha = DispatchAlpha_NEON; in WebPInitAlphaProcessingNEON()
A Dalpha_processing_sse2.c331 WebPDispatchAlpha = DispatchAlpha_SSE2; in WebPInitAlphaProcessingSSE2()
A Ddsp.h575 extern int (*WebPDispatchAlpha)(const uint8_t* alpha, int alpha_stride,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c192 const int has_alpha = WebPDispatchAlpha(alpha, io->width, mb_w, in EmitAlphaRGB()
420 non_opaque |= WebPDispatchAlpha(p->scaler_a->dst, 0, width, 1, dst, 0); in ExportAlpha()

Completed in 10 milliseconds