Searched refs:WebPConvertRGB24ToY (Results 1 – 5 of 5) sorted by relevance
241 void (*WebPConvertRGB24ToY)(const uint8_t* rgb, uint8_t* y, int width); variable271 WebPConvertRGB24ToY = ConvertRGB24ToY_C; in WebPInitConvertARGBToYUV()301 assert(WebPConvertRGB24ToY != NULL); in WebPInitConvertARGBToYUV()
463 extern void (*WebPConvertRGB24ToY)(const uint8_t* rgb, uint8_t* y, int width);
169 WebPConvertRGB24ToY = ConvertRGB24ToY_NEON; in WebPInitConvertARGBToYUVNEON()
744 WebPConvertRGB24ToY = ConvertRGB24ToY_SSE2; in WebPInitConvertARGBToYUVSSE2()
902 WebPConvertRGB24ToY(r_ptr, dst_y, width); in ImportYUVAFromRGBA()903 WebPConvertRGB24ToY(r_ptr + rgb_stride, in ImportYUVAFromRGBA()946 WebPConvertRGB24ToY(r_ptr, dst_y, width); in ImportYUVAFromRGBA()