Searched refs:pmultiplier (Results 1 – 1 of 1) sorted by relevance
273 const __m128i *pmultiplier, in mult_round_shift() argument276 const __m128i u0 = _mm_madd_epi16(*pin0, *pmultiplier); in mult_round_shift()277 const __m128i u1 = _mm_madd_epi16(*pin1, *pmultiplier); in mult_round_shift()