Home | History | Annotate | Download | only in dsp

Lines Matching defs:diff

675   const __m128i diff = _mm_subs_epu8(*mask, it);
676 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128());