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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Daudiogen.c141 int tabf1[MAX_CHANNELS], tabf2[MAX_CHANNELS]; local
219 tabf1[j] = 100 + myrnd(&seed, 5000);
226 f = tabf1[j] + (((tabf2[j] - tabf1[j]) * i) / sample_rate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Daudiogen.c106 int tabf1[MAX_CHANNELS], tabf2[MAX_CHANNELS]; local
176 tabf1[j] = 100 + myrnd(&seed, 5000);
183 f = tabf1[j] + (((tabf2[j] - tabf1[j]) * i) / sample_rate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Davresample-test.c86 double tabf1[AVRESAMPLE_MAX_CHANNELS]; local
130 tabf1[ch] = 100 + av_lfg_get(rnd) % 5000;
137 f = tabf1[ch] + (((tabf2[ch] - tabf1[ch]) * i) / sample_rate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dswresample-test.c148 double tabf1[SWR_CH_MAX]; local
194 tabf1[ch] = 100 + uint_rand(rnd) % 5000;
201 f = tabf1[ch] + (((tabf2[ch] - tabf1[ch]) * i) / sample_rate);

Completed in 165 milliseconds