Lines Matching refs:subBlock
1949 int subBlock, offset, channelMask, flag=1; local
1980 subBlock = numSubBlocks;
1984 channelMask = subBlock - 1;
1985 subBlock >>= 1;
1991 for (ii = 0;ii < subBlock;ii++) {
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…
2001 bottomHalf /= subBlock*subbandSize*nTx*nRx;
2002 topHalf /= subBlock*subbandSize*nTx*nRx;
2004 …if (((channelOffset &channelMask) >= subBlock) && ((bottomHalf < SUBBAND_DET_THRESH) || (ftmSignal…
2016 } while (flag && (subBlock > 1));