Searched refs:WebPSharpYUVUpdateY (Results 1 – 5 of 5) sorted by relevance
250 uint64_t (*WebPSharpYUVUpdateY)(const uint16_t* ref, const uint16_t* src, variable273 WebPSharpYUVUpdateY = SharpYUVUpdateY_C; in WEBP_DSP_INIT_FUNC()305 assert(WebPSharpYUVUpdateY != NULL); in WEBP_DSP_INIT_FUNC()
278 WebPSharpYUVUpdateY = SharpYUVUpdateY_NEON; in WebPInitSharpYUVNEON()
518 extern uint64_t (*WebPSharpYUVUpdateY)(const uint16_t* src, const uint16_t* ref,
863 WebPSharpYUVUpdateY = SharpYUVUpdateY_SSE2; in WebPInitSharpYUVSSE2()
541 diff_y_sum += WebPSharpYUVUpdateY(target_y, best_rgb_y, best_y, 2 * w); in PreprocessARGB()