Home | History | Annotate | Download | only in dsp

Lines Matching refs:iq0

827   const __m128i iq0 = _mm_loadu_si128((__m128i*)&mtx->iq_[0]);
854 __m128i coeff_iQ0H = _mm_mulhi_epu16(coeff0, iq0);
855 __m128i coeff_iQ0L = _mm_mullo_epi16(coeff0, iq0);