Home | History | Annotate | Download | only in dsp

Lines Matching refs:transpose0_3

112     const __m128i transpose0_3 = _mm_unpackhi_epi16(tmp2, tmp3);
118 const __m128i transpose1_1 = _mm_unpacklo_epi32(transpose0_2, transpose0_3);
120 const __m128i transpose1_3 = _mm_unpackhi_epi32(transpose0_2, transpose0_3);
174 const __m128i transpose0_3 = _mm_unpackhi_epi16(shifted2, shifted3);
180 const __m128i transpose1_1 = _mm_unpacklo_epi32(transpose0_2, transpose0_3);
182 const __m128i transpose1_3 = _mm_unpackhi_epi32(transpose0_2, transpose0_3);