Lines Matching refs:powerPerSubband
621 …int* dataPtr, int csiDataSize, unsigned int *fftInBfr, unsigned int *powerPerSubband, int *phaseRo… in readHexDataDemodulateProcessVhtHeNg1() argument
843 powerPerSubband[pp++] = tempPow; in readHexDataDemodulateProcessVhtHeNg1()
876 powerPerSubband[pp++] = tempPow; in readHexDataDemodulateProcessVhtHeNg1()
970 …int* dataPtr, int csiDataSize, unsigned int *fftInBfr, unsigned int *powerPerSubband, int *phaseRo… argument
1113 powerPerSubband[pp++] = myStack[1];
1118 powerPerSubband[pp++] = myStack[1];
1143 powerPerSubband[pp++] = myStack[1];
1148 powerPerSubband[pp++] = myStack[1];
1160 void calculateTotalPower(hal_pktinfo_t *pktinfo, unsigned int *powerPerSubband, unsigned int *total… argument
1181 tempVal += powerPerSubband[qq + tt*NUM_PARALLEL + (jj + ii*nRx)*numSubBlocks];
1946 void findActiveSubbands(hal_pktinfo_t *pktinfo, unsigned int *powerPerSubband, unsigned int *totalp… argument
1992 …bottomHalfTemp += powerPerSubband[qq + (ii + offset*subBlock)*NUM_PARALLEL + (rx + tx*nRx)*numSubB…
1993 …topHalfTemp += powerPerSubband[qq + (ii + (offset + 1)*subBlock)*NUM_PARALLEL + (rx + tx*nRx)*numS…
2026 tempVal += powerPerSubband[qq + ii*NUM_PARALLEL + (rx + tx*nRx)*numSubBlocks];