Home
last modified time | relevance | path

Searched refs:y_est (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c1412 int y_est[NUM_BIN + 1]; in create_pa_curve() local
1547 y_est[bin] = y[bin] - y_intercept; in create_pa_curve()
1552 y_est[bin] = bin * 32; in create_pa_curve()
1554 x_est[bin] = ((y_est[bin] * 1 << scale_factor) + g_fxp) / g_fxp; in create_pa_curve()
1565 x_est[bin] - ((1 << scale_factor) * y_est[bin] + g_fxp) / g_fxp; in create_pa_curve()
1570 if (y_est[max_index] == 0) { in create_pa_curve()
1574 (x_est_fxp1_nonlin[max_index] + y_est[max_index]) / y_est[max_index]; in create_pa_curve()
1590 if (y_est[bin + half_lo] == 0) { 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()
[all …]