Searched refs:mullo_epi32 (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.c52 static inline __m128i mullo_epi32(__m128i x, __m128i y) { function
440 Y = mullo_epi32(Y, c0);
442 R = _mm_add_epi32(Y, mullo_epi32(V, c1));
446 G = _mm_add_epi32(Y, mullo_epi32(U, c2));
447 G = _mm_add_epi32(G, mullo_epi32(V, c4));
451 B = _mm_add_epi32(Y, mullo_epi32(U, c3));
502 Y = mullo_epi32(Y, c0);
504 R = _mm_add_epi32(Y, mullo_epi32(V, c1));
508 G = _mm_add_epi32(Y, mullo_epi32(U, c2));
509 G = _mm_add_epi32(G, mullo_epi32(
[all...]

Completed in 386 milliseconds