Home | History | Annotate | Download | only in enc

Lines Matching refs:tmp1

144     const __m128i tmp1 = _mm_add_epi16(b, c);
153 const __m128i transpose0_0 = _mm_unpacklo_epi16(tmp0, tmp1);
155 const __m128i transpose0_2 = _mm_unpackhi_epi16(tmp0, tmp1);
202 const __m128i tmp1 = _mm_add_epi16(b, c);
206 const __m128i shifted1 = _mm_srai_epi16(tmp1, 3);