Home | History | Annotate | Download | only in dsp

Lines Matching full:cmp0

863     __m128i cmp0 = _mm_cmpgt_epi16(coeff0, zthresh0);
865 in0 = _mm_and_si128(in0, cmp0);
869 out0 = _mm_and_si128(out0, cmp0);