Home | History | Annotate | Download | only in dsp

Lines Matching refs:max_coeff_thresh

728   const uint16x8_t max_coeff_thresh = vdupq_n_u16(MAX_COEFF_THRESH);
730 int distribution[MAX_COEFF_THRESH + 1] = { 0 };
742 const uint16x8_t a3 = vminq_u16(a2, max_coeff_thresh);
743 const uint16x8_t b3 = vminq_u16(b2, max_coeff_thresh);