Home | History | Annotate | Download | only in dsp

Lines Matching full:cmp0

899     __m128i cmp0 = _mm_cmpgt_epi16(coeff0, zthresh0);
901 in0 = _mm_and_si128(in0, cmp0);
905 out0 = _mm_and_si128(out0, cmp0);