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

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 79 * size_t max_perm);
116 * MAX_PERM >= the number of prime factors of NPASS. In addition,
118 * factors, then MAX_PERM >= (K-1)
137 int max_factors, unsigned int max_perm,
169 int ret, max_factors, max_perm; local
207 max_factors = max_perm = 1;
215 if ((int)nSpan > max_perm)
217 max_perm = (int)nSpan;
223 max_perm = 209;
232 max_factors, max_perm, fftstate)
    [all...]

Completed in 80 milliseconds