Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv.c252 void (*WebPSharpYUVUpdateRGB)(const int16_t* ref, const int16_t* src, variable
274 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_C; in WEBP_DSP_INIT_FUNC()
306 assert(WebPSharpYUVUpdateRGB != NULL); in WEBP_DSP_INIT_FUNC()
A Ddsp.h514 extern void (*WebPSharpYUVUpdateRGB)(const int16_t* src, const int16_t* ref,
A Dyuv_neon.c279 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_NEON; in WebPInitSharpYUVNEON()
A Dyuv_sse2.c864 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_SSE2; in WebPInitSharpYUVSSE2()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c538 WebPSharpYUVUpdateRGB(target_uv, best_rgb_uv, best_uv, 3 * uv_w); in PreprocessARGB()

Completed in 14 milliseconds