Searched refs:m_thresh (Results 1 – 1 of 1) sorted by relevance
389 const __m128i m_thresh = _mm_set1_epi8(thresh); in NeedsFilter() local399 const __m128i t7 = _mm_subs_epu8(t6, m_thresh); // mask <= m_thresh in NeedsFilter()