Home | History | Annotate | Download | only in dsp

Lines Matching full:hi_0

305   const __m128i hi_0 = _mm_unpackhi_epi8(zero, *x);
307 const __m128i hi_1 = _mm_srai_epi16(hi_0, 3 + 8);