Home
last modified time | relevance | path

Searched refs:WebPSharpYUVUpdateY (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dyuv.c300 uint64_t (*WebPSharpYUVUpdateY)(const uint16_t* ref, const uint16_t* src, variable
324 WebPSharpYUVUpdateY = SharpYUVUpdateY_C; in WebPInitConvertARGBToYUV()
Ddsp.h428 extern uint64_t (*WebPSharpYUVUpdateY)(const uint16_t* src, const uint16_t* ref,
Dyuv_sse2.c852 WebPSharpYUVUpdateY = SharpYUVUpdateY_SSE2; in WebPInitSharpYUVSSE2()
/external/webp/src/enc/
Dpicture_csp_enc.c530 diff_y_sum += WebPSharpYUVUpdateY(target_y, best_rgb_y, best_y, 2 * w); in PreprocessARGB()