Lines Matching refs:y_est
427 int y_est[NUM_BIN + 1]; in create_pa_curve() local
445 memset(y_est, 0, sizeof(y_est)); in create_pa_curve()
527 y_est[i] = Y[i] - Y_intercept; in create_pa_curve()
530 y_est[i] = i * 32; in create_pa_curve()
531 x_est[i] = ((y_est[i] * 1 << scale_factor) + G_fxp) / G_fxp; in create_pa_curve()
534 if (y_est[max_index] == 0) in create_pa_curve()
538 x_est[max_index] - ((1 << scale_factor) * y_est[max_index] + in create_pa_curve()
542 (x_est_fxp1_nonlin + y_est[max_index]) / y_est[max_index]; in create_pa_curve()
564 if (y_est[i + I] == 0) in create_pa_curve()
568 x_est[i + I] - ((1 << scale_factor) * y_est[i + I] + in create_pa_curve()
572 (x_est_fxp1_nonlin * (1 << M) + y_est[i + I]) / y_est[i + in create_pa_curve()
575 (x_tilde[i] * (1 << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()
577 (x_tilde[i] * (1 << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()
579 (y_est[i + I] * y_est[i + I] + in create_pa_curve()
675 ((theta[i + I] << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()
677 ((theta_tilde << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()
679 ((theta_tilde << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()