Searched refs:fft_coefs (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.c164 FFTCoefficient fft_coefs[1000]; member in struct:__anon1975
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;
1541 if (q->fft_coefs[i].sub_packet != sub_packet)
1544 ch = (q->channels == 1) ? 0 : q->fft_coefs[i].channel;
1545 level = (q->fft_coefs[i].exp < 0) ? 0.0 : fft_tone_level_table[q->superblocktype_2_3 ? 0 : 1][q->fft_coefs[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c160 FFTCoefficient fft_coefs[1000]; member in struct:__anon3213
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;
1640 if (q->fft_coefs[i].sub_packet != sub_packet)
1643 ch = (q->channels == 1) ? 0 : q->fft_coefs[i].channel;
1644 level = (q->fft_coefs[i].exp < 0) ? 0.0 : fft_tone_level_table[q->superblocktype_2_3 ? 0 : 1][q->fft_coefs[
[all...]

Completed in 108 milliseconds