Searched refs:WebPDispatchAlpha (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing.c | 339 int (*WebPDispatchAlpha)(const uint8_t*, int, int, int, uint8_t*, int); variable 360 WebPDispatchAlpha = DispatchAlpha; in WebPInitAlphaProcessing()
|
D | alpha_processing_mips_dsp_r2.c | 133 WebPDispatchAlpha = DispatchAlpha; in WebPInitAlphaProcessingMIPSdspR2()
|
D | dsp.h | 404 extern int (*WebPDispatchAlpha)(const uint8_t* alpha, int alpha_stride,
|
D | alpha_processing_sse2.c | 289 WebPDispatchAlpha = DispatchAlpha; in WebPInitAlphaProcessingSSE2()
|
/external/webp/src/dec/ |
D | io.c | 187 const int has_alpha = WebPDispatchAlpha(alpha, io->width, mb_w, in EmitAlphaRGB() 399 non_opaque |= WebPDispatchAlpha(p->scaler_a.dst, 0, width, 1, dst, 0); in ExportAlpha()
|