Searched refs:taba (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.c142 int taba[MAX_CHANNELS]; local
218 taba[j] = 0;
224 v = (int_cos(taba[j]) * 10000) >> FRAC_BITS;
227 taba[j] += (f * FRAC_ONE) / sample_rate;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Daudiogen.c107 int taba[MAX_CHANNELS]; local
175 taba[j] = 0;
181 v = (int_cos(taba[j]) * 10000) >> FRAC_BITS;
184 taba[j] += (f * FRAC_ONE) / sample_rate;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Davresample-test.c88 double taba[AVRESAMPLE_MAX_CHANNELS]; local
129 taba[ch] = 0;
135 v = sin(taba[ch]) * 0.30;
138 taba[ch] += M_PI * f * 2.0 / sample_rate;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dswresample-test.c150 double taba[SWR_CH_MAX]; local
193 taba[ch] = 0;
199 v = sin(taba[ch]) * 0.30;
202 taba[ch] += M_PI * f * 2.0 / sample_rate;

Completed in 132 milliseconds