Lines Matching defs:fft_coefs_index
161 int fft_coefs_index;
1250 q->fft_coefs_min_index[duration] = q->fft_coefs_index;
1252 q->fft_coefs[q->fft_coefs_index].sub_packet =
1254 q->fft_coefs[q->fft_coefs_index].channel = channel;
1255 q->fft_coefs[q->fft_coefs_index].offset = offset;
1256 q->fft_coefs[q->fft_coefs_index].exp = exp;
1257 q->fft_coefs[q->fft_coefs_index].phase = phase;
1258 q->fft_coefs_index++;
1340 if (q->fft_coefs_index + stereo >= FF_ARRAY_ELEMS(q->fft_coefs))
1363 q->fft_coefs_index = 0;
1425 q->fft_coefs_max_index[j] = q->fft_coefs_index;