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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqdm2.c166 int fft_coefs_min_index[5]; member in struct:__anon1975
1316 if (q->fft_coefs_min_index[duration] < 0)
1317 q->fft_coefs_min_index[duration] = q->fft_coefs_index;
1418 q->fft_coefs_min_index[i] = -1;
1470 if (q->fft_coefs_min_index[i] >= 0) {
1472 q->fft_coefs_max_index[j] = q->fft_coefs_min_index[i];
1536 if (q->fft_coefs_min_index[4] >= 0)
1537 for (i = q->fft_coefs_min_index[4]; i < q->fft_coefs_max_index[4]; i++) {
1563 if (q->fft_coefs_min_index[i] >= 0) {
1564 for (j = q->fft_coefs_min_index[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c162 int fft_coefs_min_index[5]; member in struct:__anon3213
1406 if (q->fft_coefs_min_index[duration] < 0)
1407 q->fft_coefs_min_index[duration] = q->fft_coefs_index;
1515 q->fft_coefs_min_index[i] = -1;
1569 if (q->fft_coefs_min_index[i] >= 0) {
1571 q->fft_coefs_max_index[j] = q->fft_coefs_min_index[i];
1635 if (q->fft_coefs_min_index[4] >= 0)
1636 for (i = q->fft_coefs_min_index[4]; i < q->fft_coefs_max_index[4]; i++) {
1662 if (q->fft_coefs_min_index[i] >= 0) {
1663 for (j = q->fft_coefs_min_index[
[all...]

Completed in 88 milliseconds