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

/freebsd-11.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c1432 int theta_low_bin = 0; local
1505 theta_low_bin += theta[bin];
1507 theta_low_bin = theta_low_bin / 5;
1509 theta[bin] = theta_low_bin;
1513 theta[0] = theta_low_bin;
1516 theta[bin] = theta[bin] - theta_low_bin;

Completed in 94 milliseconds