Searched refs:high_freq (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwma.c114 float bps1, high_freq; local
160 high_freq = s->sample_rate * 0.5;
190 high_freq = high_freq * 0.4;
196 high_freq = high_freq * 0.7;
198 high_freq = high_freq * 0.6;
202 high_freq = high_freq * 0.
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwma.c76 float bps1, high_freq; local
118 high_freq = avctx->sample_rate * 0.5;
152 high_freq = high_freq * 0.4;
158 high_freq = high_freq * 0.7;
160 high_freq = high_freq * 0.6;
164 high_freq = high_freq * 0.
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dlongrun.c26 * performance_pctg = (current_freq - low_freq)/(high_freq - low_freq)
161 * @high_freq: an int to put the highest frequency into
166 * performance_pctg = (target_freq - low_freq)/(high_freq - low_freq)
169 unsigned int *high_freq)
177 if (!low_freq || !high_freq)
197 *high_freq = msr_lo * 1000; /* to kHz */
200 *low_freq, *high_freq);
202 if (*low_freq > *high_freq)
203 *low_freq = *high_freq;
208 *high_freq
168 longrun_determine_freqs(unsigned int *low_freq, unsigned int *high_freq) argument
[all...]

Completed in 62 milliseconds