Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dqdm2.c162 int fft_coefs_min_index[5]; member
1249 if (q->fft_coefs_min_index[duration] < 0) in qdm2_fft_init_coefficient()
1250 q->fft_coefs_min_index[duration] = q->fft_coefs_index; in qdm2_fft_init_coefficient()
1365 q->fft_coefs_min_index[i] = -1; in qdm2_decode_fft_packets()
1419 if (q->fft_coefs_min_index[i] >= 0) { in qdm2_decode_fft_packets()
1421 q->fft_coefs_max_index[j] = q->fft_coefs_min_index[i]; in qdm2_decode_fft_packets()
1485 if (q->fft_coefs_min_index[4] >= 0) in qdm2_fft_tone_synthesizer()
1486 for (i = q->fft_coefs_min_index[4]; i < q->fft_coefs_max_index[4]; i++) { in qdm2_fft_tone_synthesizer()
1512 if (q->fft_coefs_min_index[i] >= 0) { in qdm2_fft_tone_synthesizer()
1513 for (j = q->fft_coefs_min_index[ in qdm2_fft_tone_synthesizer()
[all...]

Completed in 3 milliseconds