Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dyuv.c296 void (*WebPConvertARGBToY)(const uint32_t* argb, uint8_t* y, int width); variable
316 WebPConvertARGBToY = ConvertARGBToY; in WebPInitConvertARGBToYUV()
Ddsp.h406 extern void (*WebPConvertARGBToY)(const uint32_t* argb, uint8_t* y, int width);
Dyuv_sse2.c730 WebPConvertARGBToY = ConvertARGBToY; in WebPInitConvertARGBToYUVSSE2()
/external/webp/src/dec/
Dvp8l_dec.c587 WebPConvertARGBToY(src, buf->y + y_pos * buf->y_stride, width); in ConvertToYUVA()