Searched refs:maxIdx (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wls/ |
| D | wls_api.c | 64 int fftSize, ifftSizeOsf, firstPathDelay, maxIdx; in wls_process_csi() local 223 … calcPdpAndFirstPathMin(pktinfo, fftBuffer, pdpOut, totalpower, &maxIdx, &maxVal, &firstPathDelay); in wls_process_csi() 228 calcPdpAndMaxIntrinsic(pktinfo, fftBuffer, pdpOut, totalpower, &maxIdx, &maxVal); in wls_process_csi() 230 calcPdpAndMaxParallel(pktinfo, fftBuffer, pdpOut, totalpower, &maxIdx, &maxVal); in wls_process_csi() 232 firstPathDelay = findFirstPath(pktinfo, pdpOut, maxIdx, maxVal, 1); in wls_process_csi() 267 …dAngleDelayPeaks(pktinfo, packetparams, inputVals, &calData, fftBuffer, pdpOut, totalpower, maxIdx, in wls_process_csi()
|
| D | wls_subspace_processing.c | 285 int maxIdx; in findSigSpace() local 302 maxIdx = -1; in findSigSpace() 306 maxIdx = jj; in findSigSpace() 310 eigVals[maxIdx] = 0; in findSigSpace() 313 eMatrix[jj+sigSpaceDim*matSizeN] = Qmat[jj+maxIdx*SUBSP_DIM_L_MAX]; in findSigSpace() 637 int maxIdx = -1; in determineFirstPath() local 666 maxIdx = kk; in determineFirstPath() 678 firstPathIdx = maxIdx; in determineFirstPath() 679 for(kk=maxIdx-1;kk>=0;kk--){ in determineFirstPath()
|
| D | wls_processing.c | 2250 int tt, maxIdx = -1; local 2273 maxIdx = tt; 2277 *maxIndeces = maxIdx; 2283 int tt, pp, maxIdx[NUM_PARALLEL]; local 2288 maxIdx[pp] = -1; 2303 maxIdx[pp] = tt; 2309 maxIndeces[pp] = maxIdx[pp]; 2315 int ii, jj, pp, firstPathMin, maxIdx; local 2371 maxIdx = 0; tempVal = 0; 2379 maxIdx = jj+ii*nRx; [all …]
|
| D | wls_processing.h | 123 int findFirstPath(hal_pktinfo_t *pktinfo, unsigned int *pdpOutBuffer, int maxIdx, unsigned int maxV…
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/StatisticsFunctions/ |
| D | arm_max_f32.c | 159 uint32x4_t maxIdx; in arm_max_f32() local 168 maxIdx = vdupq_n_u32(ULONG_MAX); in arm_max_f32() 229 countV = vbslq_u32(idxV, countV,maxIdx); in arm_max_f32()
|
| D | arm_min_f32.c | 163 uint32x4_t maxIdx; in arm_min_f32() local 169 maxIdx = vdupq_n_u32(ULONG_MAX); in arm_min_f32() 229 countV = vbslq_u32(idxV, countV,maxIdx); in arm_min_f32()
|