Searched refs:WebPSharpYUVUpdateRGB (Results 1 – 5 of 5) sorted by relevance
252 void (*WebPSharpYUVUpdateRGB)(const int16_t* ref, const int16_t* src, variable274 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_C; in WEBP_DSP_INIT_FUNC()306 assert(WebPSharpYUVUpdateRGB != NULL); in WEBP_DSP_INIT_FUNC()
514 extern void (*WebPSharpYUVUpdateRGB)(const int16_t* src, const int16_t* ref,
279 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_NEON; in WebPInitSharpYUVNEON()
864 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_SSE2; in WebPInitSharpYUVSSE2()
538 WebPSharpYUVUpdateRGB(target_uv, best_rgb_uv, best_uv, 3 * uv_w); in PreprocessARGB()
Completed in 13 milliseconds