Searched refs:WebPSharpYUVUpdateRGB (Results 1 – 4 of 4) sorted by relevance
302 void (*WebPSharpYUVUpdateRGB)(const int16_t* ref, const int16_t* src, variable325 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_C; in WebPInitConvertARGBToYUV()
434 extern void (*WebPSharpYUVUpdateRGB)(const int16_t* src, const int16_t* ref,
853 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_SSE2; in WebPInitSharpYUVSSE2()
531 WebPSharpYUVUpdateRGB(target_uv, best_rgb_uv, best_uv, 3 * uv_w); in PreprocessARGB()