Home | History | Annotate | Download | only in dsp

Lines Matching full:madd2

618   const __m128i madd2 = _mm_madd_epi16(d2, d2);
621 const __m128i sum1 = _mm_add_epi32(madd2, madd3);