Searched refs:half_lo (Results 1 – 1 of 1) sorted by relevance
1420 int m, half_lo, half_hi; in create_pa_curve() local1583 half_lo = (max_index > 15) ? 7 : max_index >> 1; in create_pa_curve()1584 half_hi = max_index - half_lo; in create_pa_curve()1590 if (y_est[bin + half_lo] == 0) { in create_pa_curve()1599 (x_est_fxp1_nonlin[bin + half_lo] * (1 << m) + in create_pa_curve()1600 y_est[bin + half_lo]) / y_est[bin + half_lo]; in create_pa_curve()1601 x_tilde[bin] = (x_tilde[bin] * (1 << m) + y_est[bin + half_lo]) / in create_pa_curve()1602 y_est[bin + half_lo]; in create_pa_curve()1603 x_tilde[bin] = (x_tilde[bin] * (1 << m) + y_est[bin + half_lo]) / in create_pa_curve()1604 y_est[bin + half_lo]; in create_pa_curve()[all …]