Searched refs:WebPDispatchAlphaToGreen (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing.c | 340 void (*WebPDispatchAlphaToGreen)(const uint8_t*, int, int, int, uint32_t*, int); variable 361 WebPDispatchAlphaToGreen = DispatchAlphaToGreen; in WebPInitAlphaProcessing()
|
D | dsp.h | 410 extern void (*WebPDispatchAlphaToGreen)(const uint8_t* alpha, int alpha_stride,
|
D | alpha_processing_sse2.c | 290 WebPDispatchAlphaToGreen = DispatchAlphaToGreen; in WebPInitAlphaProcessingSSE2()
|
/external/webp/src/enc/ |
D | alpha.c | 65 WebPDispatchAlphaToGreen(data, width, picture.width, picture.height, in EncodeLossless()
|