Home | History | Annotate | Download | only in dsp

Lines Matching refs:s_hi

408     const __m128i s_hi = _mm_unpackhi_epi16(s03, s12);   // 2 3 2 3 2 3
409 const __m128i v23 = _mm_unpackhi_epi32(s_lo, s_hi);
410 v01 = _mm_unpacklo_epi32(s_lo, s_hi);