Searched refs:x_tilde (Results 1 – 1 of 1) sorted by relevance
1414 int x_tilde[NUM_BIN + 1]; in create_pa_curve() local1598 x_tilde[bin] = in create_pa_curve()1601 x_tilde[bin] = (x_tilde[bin] * (1 << m) + 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()1609 x_tilde_abs[bin] = paprd_abs(x_tilde[bin]); in create_pa_curve()1638 x_tilde[bin] = x_tilde[bin] / (1 << q_x); in create_pa_curve()1647 beta_raw = beta_raw + b1_tmp[bin] * x_tilde[bin]; in create_pa_curve()1648 alpha_raw = alpha_raw + b2_tmp[bin] * x_tilde[bin]; in create_pa_curve()