Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv.c250 uint64_t (*WebPSharpYUVUpdateY)(const uint16_t* ref, const uint16_t* src, variable
273 WebPSharpYUVUpdateY = SharpYUVUpdateY_C; in WEBP_DSP_INIT_FUNC()
305 assert(WebPSharpYUVUpdateY != NULL); in WEBP_DSP_INIT_FUNC()
A Ddsp.h512 extern uint64_t (*WebPSharpYUVUpdateY)(const uint16_t* src, const uint16_t* ref,
A Dyuv_neon.c278 WebPSharpYUVUpdateY = SharpYUVUpdateY_NEON; in WebPInitSharpYUVNEON()
A Dyuv_sse2.c863 WebPSharpYUVUpdateY = SharpYUVUpdateY_SSE2; in WebPInitSharpYUVSSE2()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c537 diff_y_sum += WebPSharpYUVUpdateY(target_y, best_rgb_y, best_y, 2 * w); in PreprocessARGB()

Completed in 13 milliseconds