Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c2243 …urrentValPtr, unsigned int *pdpOutBuffer, int ifftSizeOsf, unsigned int* maxVals, int *maxIndeces){ argument
2277 *maxIndeces = maxIdx;
2280 …rrentValPtr, unsigned int *pdpOutBuffer, int ifftSizeOsf, unsigned int* maxVals, int *maxIndeces) { argument
2309 maxIndeces[pp] = maxIdx[pp];
2319 int maxIndeces[MAX_RX*MAX_TX], firstPathRx[MAX_RX*MAX_TX]; local
2356 …trinsic(currentValPtr, pdpOutBuffer, ifftSizeOsf, maxVals + jj + ii*nRx, maxIndeces + jj + ii*nRx);
2358 …arallel(currentValPtr, pdpOutBuffer, ifftSizeOsf, maxVals + jj + ii*nRx, maxIndeces + jj + ii*nRx);
2364 …firstPathRx[pp + jj + ii*nRx] = findFirstPath(pktinfo, pdpOutBuffer + pp, maxIndeces[pp + jj + ii*…
2383 *idxRes = maxIndeces[maxIdx];