Searched refs:fft_coefs_max_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.c167 int fft_coefs_max_index[5]; member in struct:__anon1975
1472 q->fft_coefs_max_index[j] = q->fft_coefs_min_index[i];
1476 q->fft_coefs_max_index[j] = q->fft_coefs_index;
1537 for (i = q->fft_coefs_min_index[4]; i < q->fft_coefs_max_index[4]; i++) {
1564 for (j = q->fft_coefs_min_index[i]; j < q->fft_coefs_max_index[i]; j++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c163 int fft_coefs_max_index[5]; member in struct:__anon3213
1571 q->fft_coefs_max_index[j] = q->fft_coefs_min_index[i];
1575 q->fft_coefs_max_index[j] = q->fft_coefs_index;
1636 for (i = q->fft_coefs_min_index[4]; i < q->fft_coefs_max_index[4]; i++) {
1663 for (j = q->fft_coefs_min_index[i]; j < q->fft_coefs_max_index[i]; j++) {

Completed in 124 milliseconds