Home
last modified time | relevance | path

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

/external/webp/src/dsp/
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()
Ddsp.h514 extern void (*WebPSharpYUVUpdateRGB)(const int16_t* src, const int16_t* ref,
Dyuv_neon.c279 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_NEON; in WebPInitSharpYUVNEON()
Dyuv_sse2.c864 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_SSE2; in WebPInitSharpYUVSSE2()
/external/webp/src/enc/
Dpicture_csp_enc.c538 WebPSharpYUVUpdateRGB(target_uv, best_rgb_uv, best_uv, 3 * uv_w); in PreprocessARGB()