Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c988 int subbandSize = 1<<(6-NgDsfShift); local
1054 scStart = ((subbandSize<<sigSubbands)/2)-(numCsiScHlf+dcZeros/2);
1063 scStart = ((subbandSize<<sigSubbands)/2)-(numCsiScHlf+dcZeros/2);
1072 scStart = ((subbandSize<<sigSubbands)/2)-(2*numCsiScHlf+dcZeros/2);
1573 int subbandSize = 1 << (6 - NgDsfShift); local
1598 tempValLd = readPtr[subbandSize - 3];
1611 readPtr[subbandSize - 1] = tempValSt;
1616 readPtr[subbandSize - 2] = tempValSt;
1619 tempValLd = readPtr[subbandSize / 2];
1629 readPtr[subbandSize / 2] = tempValSt;
[all …]