Home | History | Annotate | Download | only in dsp

Lines Matching refs:_mm_mulhi_epi16

86     const __m128i c1 = _mm_mulhi_epi16(in1, k2);
87 const __m128i c2 = _mm_mulhi_epi16(in3, k1);
92 const __m128i d1 = _mm_mulhi_epi16(in1, k1);
93 const __m128i d2 = _mm_mulhi_epi16(in3, k2);
144 const __m128i c1 = _mm_mulhi_epi16(T1, k2);
145 const __m128i c2 = _mm_mulhi_epi16(T3, k1);
150 const __m128i d1 = _mm_mulhi_epi16(T1, k1);
151 const __m128i d2 = _mm_mulhi_epi16(T3, k2);
446 const __m128i f9_lo = _mm_mulhi_epi16(f_lo, nine); // Filter (lo) * 9
447 const __m128i f9_hi = _mm_mulhi_epi16(f_hi, nine); // Filter (hi) * 9