Searched refs:ConvertRGBToUV_SSE2 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | yuv_sse2.c | 538 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()
|