Searched refs:ConvertRGBToUV_SSE41 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | yuv_sse41.c | 384 static WEBP_INLINE void ConvertRGBToUV_SSE41(const __m128i* const R, in ConvertRGBToUV_SSE41() function 515 ConvertRGBToUV_SSE41(&rgb[0], &rgb[2], &rgb[4], &U0, &V0); in ConvertARGBToUV_SSE41() 521 ConvertRGBToUV_SSE41(&rgb[0], &rgb[2], &rgb[4], &U1, &V1); in ConvertARGBToUV_SSE41() 578 ConvertRGBToUV_SSE41(&r, &g, &b, &U0, &V0); in ConvertRGBA32ToUV_SSE41() 580 ConvertRGBToUV_SSE41(&r, &g, &b, &U1, &V1); in ConvertRGBA32ToUV_SSE41()
|