Searched refs:y_est (Results 1 – 1 of 1) sorted by relevance
427 int y_est[NUM_BIN + 1]; in create_pa_curve() local445 memset(y_est, 0, sizeof(y_est)); in create_pa_curve()530 y_est[i] = i * 32; in create_pa_curve()542 (x_est_fxp1_nonlin + y_est[max_index]) / y_est[max_index]; 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()[all …]