Home | History | Annotate | Download | only in dsp

Lines Matching refs:bin0

87       const __m128i bin0 = _mm_min_epi16(v0, max_coeff_thresh);
90 _mm_storeu_si128((__m128i*)&out[0], bin0);