Searched refs:WebPSharpYUVUpdateY (Results 1 – 4 of 4) sorted by relevance
300 uint64_t (*WebPSharpYUVUpdateY)(const uint16_t* ref, const uint16_t* src, variable324 WebPSharpYUVUpdateY = SharpYUVUpdateY_C; in WebPInitConvertARGBToYUV()
428 extern uint64_t (*WebPSharpYUVUpdateY)(const uint16_t* src, const uint16_t* ref,
852 WebPSharpYUVUpdateY = SharpYUVUpdateY_SSE2; in WebPInitSharpYUVSSE2()
530 diff_y_sum += WebPSharpYUVUpdateY(target_y, best_rgb_y, best_y, 2 * w); in PreprocessARGB()