Home | History | Annotate | Download | only in dsp

Lines Matching full:xor0

79       const __m128i xor0 = _mm_xor_si128(out0, sign0);
81 const __m128i abs0 = _mm_sub_epi16(xor0, sign0);