Searched refs:q_x (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c1423 int q_x, q_b1, q_b2; local
1630 q_x = find_proper_scale(find_expn(find_max(x_tilde_abs, half_hi + 1)), 10);
1638 x_tilde[bin] = x_tilde[bin] / (1 << q_x);
1667 order_1 = 3 * m - q_x - q_b1 - q_beta + 10 + q_scale_b;
1668 order_2 = 3 * m - q_x - q_b2 - q_alpha + 10 + q_scale_b;
1742 order_1 = 3 * m - q_x - q_b1 - q_beta + 10 + q_scale_b + 5;
1743 order_2 = 3 * m - q_x - q_b2 - q_alpha + 10 + q_scale_b + 5;

Completed in 24 milliseconds