Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c2618 int numerator, delta, interpDelay, firstPath; local
2637 firstPath = maxIdx-ifftSizeOsf;
2638 firstLen = negLen+firstPath+2;
2642 firstPath = maxIdx;
2644 secondLen = firstPath;
2659 firstPath =ii-1-negLen;
2675 firstPath =ii-1;
2684 ym1 = pdpOutBuffer[stride*((firstPath-1)&mask)]>>8;
2685 y0 = pdpOutBuffer[stride*(firstPath&mask)]>>8;
2686 yp1 = pdpOutBuffer[stride*((firstPath+1)&mask)]>>8;
[all …]