Home | History | Annotate | Download | only in dsp

Lines Matching refs:bin1

88       const __m128i bin1 = _mm_min_epi16(v1, max_coeff_thresh);
91 _mm_storeu_si128((__m128i*)&out[8], bin1);