Home | History | Annotate | Download | only in dsp

Lines Matching defs:it

20 // one it seems => disable it by default. Uncomment the following to enable:
524 // TODO(somnath): Investigate _mm_shuffle* also see if it can be broken into
742 const __m128i it = _mm_set1_epi8(ithresh);
743 const __m128i diff = _mm_subs_epu8(*mask, it);