Home | History | Annotate | Download | only in dsp

Lines Matching refs:tmp0

99     const __m128i tmp0 = _mm_add_epi16(a, d);
109 const __m128i transpose0_0 = _mm_unpacklo_epi16(tmp0, tmp1);
111 const __m128i transpose0_2 = _mm_unpackhi_epi16(tmp0, tmp1);
157 const __m128i tmp0 = _mm_add_epi16(a, d);
161 const __m128i shifted0 = _mm_srai_epi16(tmp0, 3);