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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.c1077 const __m128i M0001 = _mm_set_epi32(0xff000000, 0xff000000, 0xff000000, 0xff000000); local
1136 t0 = blendv_epi8(t0, out0, M0001);
1138 t2 = blendv_epi8(t2, out1, M0001);
1148 const __m128i M0001 = _mm_set_epi32(0xff000000, 0xff000000, 0xff000000, 0xff000000); local
1207 t0 = blendv_epi8(t0, out0, M0001);
1209 t2 = blendv_epi8(t2, out1, M0001);

Completed in 26 milliseconds