Lines Matching refs:fft_coefs_min_index
162 int fft_coefs_min_index[5];
1249 if (q->fft_coefs_min_index[duration] < 0)
1250 q->fft_coefs_min_index[duration] = q->fft_coefs_index;
1365 q->fft_coefs_min_index[i] = -1;
1419 if (q->fft_coefs_min_index[i] >= 0) {
1421 q->fft_coefs_max_index[j] = q->fft_coefs_min_index[i];
1485 if (q->fft_coefs_min_index[4] >= 0)
1486 for (i = q->fft_coefs_min_index[4]; i < q->fft_coefs_max_index[4]; i++) {
1512 if (q->fft_coefs_min_index[i] >= 0) {
1513 for (j = q->fft_coefs_min_index[i]; j < q->fft_coefs_max_index[i]; j++) {
1541 q->fft_coefs_min_index[i] = j;