Home | History | Annotate | Download | only in source

Lines Matching refs:nSpan

78  *   size_t nSpan, int iSign, size_t max_factors,
88 * NSPAN/NPASS = the spacing of consecutive data values while indexing the
100 * NTOTAL = N = NSPAN = (number of complex data values),
111 * WebRtcIsac_Fftradix ( &data[0], &data[1], NTOTAL, nPass, nSpan, 2, maxf, maxp);
136 size_t nTotal, size_t nPass, size_t nSpan, int isign,
167 size_t nSpan, nPass, nTotal;
210 nSpan = dims [i];
211 if ((int)nSpan > max_factors)
213 max_factors = (int)nSpan;
215 if ((int)nSpan > max_perm)
217 max_perm = (int)nSpan;
229 nSpan = dims [i];
230 nPass *= nSpan;
231 ret = FFTRADIX (Re, Im, nTotal, nSpan, nPass, iSign,
269 size_t nSpan,
362 ns = inc * (int)nSpan;