Home | History | Annotate | Download | only in dsp

Lines Matching refs:max_coeff_2047

814   const __m128i max_coeff_2047 = _mm_set1_epi16(MAX_LEVEL);
883 out0 = _mm_min_epi16(out0, max_coeff_2047);
884 out8 = _mm_min_epi16(out8, max_coeff_2047);