Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.h38 int *phaseRollPtr,
46 int *phaseRollPtr,
55 int *phaseRollPtr,
63 int *phaseRollPtr,
69 int *phaseRollPtr);
73 …cyPackets(hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int bufferspacing, int *phaseRollPtr);
76 …hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int bufferspacing, int *phaseRollPtr, unsigned …
78 …hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int bufferspacing, int *phaseRollPtr, unsigned …
83 …terpolateBandEdges20Parallel(hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int *phaseRollPtr);
86 …terpolateBandEdges40Parallel(hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int *phaseRollPtr);
[all …]
Dwls_processing.c621 …csiDataSize, unsigned int *fftInBfr, unsigned int *powerPerSubband, int *phaseRollPtr, int chNum) { in readHexDataDemodulateProcessVhtHeNg1() argument
878 phaseRollPtr[(jj + bb* nRx + ii*nRx*numBands)] = myAtan2(myStack[2], myStack[3]); in readHexDataDemodulateProcessVhtHeNg1()
883 phaseRollPtr[(jj + ii*nRx)] = myAtan2(myStack[2], myStack[3]); in readHexDataDemodulateProcessVhtHeNg1()
889 …ktinfo, hal_wls_processing_input_params_t *inputVals, unsigned int *fftInBfr, int *phaseRollPtr) { in detectPhaseJump() argument
931 idx = (dcEdge*phaseRollPtr[qq + jj + ii*nRx] *MAX_FFT_SIZE) >> MPY_BIPT; // Ng=1 in detectPhaseJump()
970 … csiDataSize, unsigned int *fftInBfr, unsigned int *powerPerSubband, int *phaseRollPtr, int chNum){ argument
1152 phaseRollPtr[(jj+ii*nRx)] = myAtan2(myStack[2], myStack[3]);
1154 *phaseRollPtr = myAtan2(myStack[2], myStack[3]);
1190 …cyPackets(hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int bufferspacing, int *phaseRollPtr){ argument
1200 …ndEdges20Intrinsic(pktinfo, fftInBuffer + bufferspacing*(jj + ii*nRx), phaseRollPtr + jj + ii*nRx);
[all …]