Searched refs:WebPConvertARGBToY (Results 1 – 4 of 4) sorted by relevance
296 void (*WebPConvertARGBToY)(const uint32_t* argb, uint8_t* y, int width); variable316 WebPConvertARGBToY = ConvertARGBToY; in WebPInitConvertARGBToYUV()
406 extern void (*WebPConvertARGBToY)(const uint32_t* argb, uint8_t* y, int width);
730 WebPConvertARGBToY = ConvertARGBToY; in WebPInitConvertARGBToYUVSSE2()
587 WebPConvertARGBToY(src, buf->y + y_pos * buf->y_stride, width); in ConvertToYUVA()