Searched defs:packus_epi32 (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.c33 static inline __m128i packus_epi32(__m128i lo, __m128i hi) { function
131 o0 = packus_epi32(o0, o1);
185 x2 = packus_epi32(x2, y2);
186 z2 = packus_epi32(z2, w2);
239 x2 = packus_epi32(x2, y2);
240 z2 = packus_epi32(z2, w2);
291 x2 = packus_epi32(x2, y2);
292 z2 = packus_epi32(z2, w2);
457 y1 = packus_epi32(R, G);
458 y2 = packus_epi32(
[all...]

Completed in 24 milliseconds