Home | History | Annotate | Download | only in enc

Lines Matching defs:tmp0

143     const __m128i tmp0 = _mm_add_epi16(a, d);
153 const __m128i transpose0_0 = _mm_unpacklo_epi16(tmp0, tmp1);
155 const __m128i transpose0_2 = _mm_unpackhi_epi16(tmp0, tmp1);
201 const __m128i tmp0 = _mm_add_epi16(a, d);
205 const __m128i shifted0 = _mm_srai_epi16(tmp0, 3);