Searched defs:cvtepu8_epi32 (Results 1 – 3 of 3) sorted by relevance
318 … cvtepu8_epi32(SIMD256Impl::Integer const& a) // return (int32)a (uint8 --> int32) function
23 static inline __m128i cvtepu8_epi32(__m128i x) { in cvtepu8_epi32() function
1449 const __m128i cvtepu8_epi32 = _mm_set1_epi32(0xC080400); in WriteSmoothVertical4xH() local