Searched refs:totfft (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundFile.c1111 float totfft[GUESS_FFT_LENGTH]; local
1259 totfft[i] = 0.0;
1274 totfft[j] += fft[j];
1278 if (totfft[i] < minBin) minBin = totfft[i];
1281 toterg += (totfft[i] - minBin);
1284 cmperg += (totfft[i] - minBin);

Completed in 209 milliseconds