Home | History | Annotate | Download | only in dsp

Lines Matching refs:t7

401   const __m128i t7 = _mm_subs_epu8(t6, m_thresh);  // mask <= m_thresh
402 *mask = _mm_cmpeq_epi8(t7, _mm_setzero_si128());