Home | History | Annotate | Download | only in dsp

Lines Matching refs:v01

343   __m128i v01, v32;
410 v01 = _mm_unpacklo_epi32(s_lo, s_hi);
421 const __m128i a01 = _mm_add_epi16(v01, v32);
422 const __m128i a32 = _mm_sub_epi16(v01, v32);