Home | History | Annotate | Download | only in dec

Lines Matching refs:tmp1

96     const __m128i tmp1 = _mm_add_epi16(b, c);
105 const __m128i transpose0_0 = _mm_unpacklo_epi16(tmp0, tmp1);
107 const __m128i transpose0_2 = _mm_unpackhi_epi16(tmp0, tmp1);
154 const __m128i tmp1 = _mm_add_epi16(b, c);
158 const __m128i shifted1 = _mm_srai_epi16(tmp1, 3);