HomeSort by relevance Sort by last modified time
    Searched full:max_factors (Results 1 - 1 of 1) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 78 * size_t nSpan, int iSign, size_t max_factors,
115 * MAX_FACTORS >= the maximum prime factor of NPASS
137 int max_factors, unsigned int max_perm,
169 int ret, max_factors, max_perm; local
207 max_factors = max_perm = 1;
211 if ((int)nSpan > max_factors)
213 max_factors = (int)nSpan;
222 max_factors = 23;
232 max_factors, max_perm, fftstate);
271 int max_factors,
    [all...]

Completed in 62 milliseconds