Searched refs:fft_coefs_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.c165 int fft_coefs_index; member in struct:__anon1975
1317 q->fft_coefs_min_index[duration] = q->fft_coefs_index;
1319 q->fft_coefs[q->fft_coefs_index].sub_packet = ((sub_packet >= 16) ? (sub_packet - 16) : sub_packet);
1320 q->fft_coefs[q->fft_coefs_index].channel = channel;
1321 q->fft_coefs[q->fft_coefs_index].offset = offset;
1322 q->fft_coefs[q->fft_coefs_index].exp = exp;
1323 q->fft_coefs[q->fft_coefs_index].phase = phase;
1324 q->fft_coefs_index++;
1416 q->fft_coefs_index = 0;
1476 q->fft_coefs_max_index[j] = q->fft_coefs_index;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c161 int fft_coefs_index; member in struct:__anon3213
1407 q->fft_coefs_min_index[duration] = q->fft_coefs_index;
1409 q->fft_coefs[q->fft_coefs_index].sub_packet =
1411 q->fft_coefs[q->fft_coefs_index].channel = channel;
1412 q->fft_coefs[q->fft_coefs_index].offset = offset;
1413 q->fft_coefs[q->fft_coefs_index].exp = exp;
1414 q->fft_coefs[q->fft_coefs_index].phase = phase;
1415 q->fft_coefs_index++;
1513 q->fft_coefs_index = 0;
1575 q->fft_coefs_max_index[j] = q->fft_coefs_index;
[all...]

Completed in 66 milliseconds