Home | History | Annotate | Download | only in dec

Lines Matching defs:tmp3

98     const __m128i tmp3 = _mm_sub_epi16(a, d);
106 const __m128i transpose0_1 = _mm_unpacklo_epi16(tmp2, tmp3);
108 const __m128i transpose0_3 = _mm_unpackhi_epi16(tmp2, tmp3);
156 const __m128i tmp3 = _mm_sub_epi16(a, d);
160 const __m128i shifted3 = _mm_srai_epi16(tmp3, 3);