Home
last modified time | relevance | path

Searched refs:numSubBlocks (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c1167 int numSubBlocks; local
1169 numSubBlocks = numSubbands>>1;
1172 numSubBlocks = 2;
1180 for (tt = 0;tt < numSubBlocks;tt++) {
1181 tempVal += powerPerSubband[qq + tt*NUM_PARALLEL + (jj + ii*nRx)*numSubBlocks];
1948 int ii, qq, rx, tx, subBandPer, numSubBlocks, fftSize; local
1979 numSubBlocks = numSubbands/subBandPer; offset =0;
1980 subBlock = numSubBlocks;
1982 if (numSubBlocks > 1) {
1992 …HalfTemp += powerPerSubband[qq + (ii + offset*subBlock)*NUM_PARALLEL + (rx + tx*nRx)*numSubBlocks];
[all …]