Home | History | Annotate | Download | only in dsp

Lines Matching refs:iq8

828   const __m128i iq8 = _mm_loadu_si128((__m128i*)&mtx->iq_[8]);
856 __m128i coeff_iQ8H = _mm_mulhi_epu16(coeff8, iq8);
857 __m128i coeff_iQ8L = _mm_mullo_epi16(coeff8, iq8);