Searched refs:WebPConvertARGBToY (Results 1 – 6 of 6) sorted by relevance
246 void (*WebPConvertARGBToY)(const uint32_t* argb, uint8_t* y, int width); variable264 WebPConvertARGBToY = ConvertARGBToY_C; in WEBP_DSP_INIT_FUNC()300 assert(WebPConvertARGBToY != NULL); in WEBP_DSP_INIT_FUNC()
490 extern void (*WebPConvertARGBToY)(const uint32_t* argb, uint8_t* y, int width);
171 WebPConvertARGBToY = ConvertARGBToY_NEON; in WebPInitConvertARGBToYUVNEON()
597 WebPConvertARGBToY = ConvertARGBToY_SSE41; in WebPInitConvertARGBToYUVSSE41()
741 WebPConvertARGBToY = ConvertARGBToY_SSE2; in WebPInitConvertARGBToYUVSSE2()
642 WebPConvertARGBToY(src, buf->y + y_pos * buf->y_stride, width); in ConvertToYUVA()