Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv_sse2.c538 static WEBP_INLINE void ConvertRGBToUV_SSE2(const __m128i* const R, in ConvertRGBToUV_SSE2() function
669 ConvertRGBToUV_SSE2(&rgb[0], &rgb[2], &rgb[4], &U0, &V0); in ConvertARGBToUV_SSE2()
675 ConvertRGBToUV_SSE2(&rgb[0], &rgb[2], &rgb[4], &U1, &V1); in ConvertARGBToUV_SSE2()
722 ConvertRGBToUV_SSE2(&r, &g, &b, &U0, &V0); in ConvertRGBA32ToUV_SSE2()
724 ConvertRGBToUV_SSE2(&r, &g, &b, &U1, &V1); in ConvertRGBA32ToUV_SSE2()

Completed in 5 milliseconds