Home | History | Annotate | Download | only in dsp

Lines Matching refs:tmp1

100     const __m128i tmp1 = _mm_add_epi16(b, c);
109 const __m128i transpose0_0 = _mm_unpacklo_epi16(tmp0, tmp1);
111 const __m128i transpose0_2 = _mm_unpackhi_epi16(tmp0, tmp1);
158 const __m128i tmp1 = _mm_add_epi16(b, c);
162 const __m128i shifted1 = _mm_srai_epi16(tmp1, 3);