Home | History | Annotate | Download | only in dsp

Lines Matching refs:xor1

80       const __m128i xor1 = _mm_xor_si128(out1, sign1);
82 const __m128i abs1 = _mm_sub_epi16(xor1, sign1);