Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dyuv.c302 void (*WebPSharpYUVUpdateRGB)(const int16_t* ref, const int16_t* src, variable
325 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_C; in WebPInitConvertARGBToYUV()
Ddsp.h434 extern void (*WebPSharpYUVUpdateRGB)(const int16_t* src, const int16_t* ref,
Dyuv_sse2.c853 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_SSE2; in WebPInitSharpYUVSSE2()
/external/webp/src/enc/
Dpicture_csp_enc.c531 WebPSharpYUVUpdateRGB(target_uv, best_rgb_uv, best_uv, 3 * uv_w); in PreprocessARGB()