Home
last modified time | relevance | path

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

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