Home | History | Annotate | Download | only in dsp

Lines Matching refs:MAX_COEFF_THRESH

720   const uint16x8_t max_coeff_thresh = vdupq_n_u16(MAX_COEFF_THRESH);
722 int distribution[MAX_COEFF_THRESH + 1] = { 0 };
734 const uint16x8_t a3 = vminq_u16(a2, max_coeff_thresh);
735 const uint16x8_t b3 = vminq_u16(b2, max_coeff_thresh);