Searched refs:thresh_mask (Results 1 – 1 of 1) sorted by relevance
727 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask() local730 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask()