Home
last modified time | relevance | path

Searched refs:WebPDispatchAlphaToGreen (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dalpha_processing.c340 void (*WebPDispatchAlphaToGreen)(const uint8_t*, int, int, int, uint32_t*, int); variable
361 WebPDispatchAlphaToGreen = DispatchAlphaToGreen; in WebPInitAlphaProcessing()
Ddsp.h410 extern void (*WebPDispatchAlphaToGreen)(const uint8_t* alpha, int alpha_stride,
Dalpha_processing_sse2.c290 WebPDispatchAlphaToGreen = DispatchAlphaToGreen; in WebPInitAlphaProcessingSSE2()
/external/webp/src/enc/
Dalpha.c65 WebPDispatchAlphaToGreen(data, width, picture.width, picture.height, in EncodeLossless()