Searched refs:freq (Results 1 - 25 of 381) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjutil.c35 LARGE_INTEGER freq; local
36 if(!QueryPerformanceFrequency(&freq)) return 0.0;
37 return (double)freq.QuadPart;
H A Djchuff.h47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
/external/chromium_org/tools/traceline/traceline/
H A Drdtsc.h21 LARGE_INTEGER freq, now; local
22 if (QueryPerformanceFrequency(&freq) == 0) {
25 freq_ = freq.QuadPart;
/external/qemu/util/
H A Dqemu-timer-common.c35 LARGE_INTEGER freq; local
37 ret = QueryPerformanceFrequency(&freq);
42 clock_freq = freq.QuadPart;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.h14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq,
21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq,
/external/wpa_supplicant_8/src/ap/
H A Ddfs.h14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq,
21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddfs.h14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq,
21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq,
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dlsf_to_lsp.c34 int16_t freq; /* normalized frequency in Q15 (0..1) */ local
39 freq = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(lsf[i], 20861, 15);
46 k = WEBRTC_SPL_RSHIFT_W16(freq, 8);
47 diff = (freq&0x00ff);
H A Dlsp_to_lsf.c35 int16_t freq; /* lsf/(2*pi) (Q16) */ local
73 /* freq in Q16 */
74 freq = (int16_t)WEBRTC_SPL_LSHIFT_W16(k,9)+tmp;
76 /* lsf = freq*2*pi */
77 (*lsfPtr) = (int16_t)(((int32_t)freq*25736)>>15);
/external/compiler-rt/test/builtins/timing/
H A Dtiming.h17 uint64_t freq = 0;
18 size_t freqSize = sizeof( freq );
19 int err2 = sysctlbyname( "hw.cpufrequency", &freq, &freqSize, NULL, 0L );
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/
H A Daica.h33 void aica_play(int ch,int mode,unsigned long smpptr,int looptst,int loopend,int freq,int vol,int pan,int loopflag);
37 void aica_freq(int ch,int freq);
/external/chromium_org/third_party/opus/src/silk/float/
H A Dapply_sine_window_FLP.c46 silk_float freq, c, S0, S1; local
53 freq = PI / ( length + 1 );
56 c = 2.0f - freq * freq;
63 S1 = freq;
/external/libopus/silk/float/
H A Dapply_sine_window_FLP.c46 silk_float freq, c, S0, S1; local
53 freq = PI / ( length + 1 );
56 c = 2.0f - freq * freq;
63 S1 = freq;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_clock.c44 LARGE_INTEGER freq , t ; local
45 /* freq is the clock speed of the CPU */
46 QueryPerformanceFrequency(&freq) ;
47 /* cout << "freq = " << ((double) freq.QuadPart) << endl; */
50 return ( t.QuadPart /(OPJ_FLOAT64) freq.QuadPart ) ;
/external/wpa_supplicant_8/wpa_supplicant/
H A Doffchannel.h13 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq,
17 unsigned int freq, const u8 *dst,
25 unsigned int freq, unsigned int duration);
27 unsigned int freq);
H A Doffchannel.c82 "waiting for another freq=%u (off_channel_freq=%u "
204 * @freq: The frequency in MHz indicating the channel on which the frame is to
222 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, argument
226 unsigned int freq, const u8 *dst,
233 wpa_printf(MSG_DEBUG, "Off-channel: Send action frame: freq=%d dst="
235 freq, MAC2STR(dst), MAC2STR(src), MAC2STR(bssid),
258 wpa_s->pending_action_freq = freq;
261 if (freq != 0 && wpa_s->drv_flags & WPA_DRIVER_FLAGS_OFFCHANNEL_TX) {
281 if (freq) {
284 if (tx_iface->assoc_freq == freq) {
365 offchannel_remain_on_channel_cb(struct wpa_supplicant *wpa_s, unsigned int freq, unsigned int duration) argument
382 offchannel_cancel_remain_on_channel_cb(struct wpa_supplicant *wpa_s, unsigned int freq) argument
[all...]
/external/chromium_org/third_party/speex/libspeex/
H A Dlsp.h56 int lpc_to_lsp (spx_coef_t *a, int lpcrdr, spx_lsp_t *freq, int nb, spx_word16_t delta, char *stack);
57 void lsp_to_lpc(spx_lsp_t *freq, spx_coef_t *ak, int lpcrdr, char *stack);
/external/speex/libspeex/
H A Dlsp.h56 int lpc_to_lsp (spx_coef_t *a, int lpcrdr, spx_lsp_t *freq, int nb, spx_word16_t delta, char *stack);
57 void lsp_to_lpc(spx_lsp_t *freq, spx_coef_t *ak, int lpcrdr, char *stack);
/external/deqp/framework/delibs/deutil/
H A DdeClock.c40 LARGE_INTEGER freq; local
43 QueryPerformanceFrequency(&freq);
44 DE_ASSERT(freq.LowPart != 0 || freq.HighPart != 0);
46 DE_ASSERT(freq.QuadPart >= 1000000);
47 return count.QuadPart / (freq.QuadPart / 1000000);
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_utils.c116 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) argument
119 if (freq >= 2412 && freq <= 2472) {
120 if ((freq - 2407) % 5)
124 *channel = (freq - 2407) / 5;
128 if (freq == 2484) {
134 if (freq >= 5180 && freq <= 5240) {
135 if ((freq - 5000) % 5)
139 *channel = (freq
301 int freq = p2p_channel_to_freq(op->reg_class, local
347 p2p_channels_includes_freq(const struct p2p_channels *channels, unsigned int freq) argument
363 p2p_supported_freq(struct p2p_data *p2p, unsigned int freq) argument
373 p2p_supported_freq_go(struct p2p_data *p2p, unsigned int freq) argument
384 p2p_supported_freq_cli(struct p2p_data *p2p, unsigned int freq) argument
400 int freq = 0; local
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_utils.c116 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) argument
119 if (freq >= 2412 && freq <= 2472) {
120 if ((freq - 2407) % 5)
124 *channel = (freq - 2407) / 5;
128 if (freq == 2484) {
134 if (freq >= 5180 && freq <= 5240) {
135 if ((freq - 5000) % 5)
139 *channel = (freq
301 int freq = p2p_channel_to_freq(op->reg_class, local
347 p2p_channels_includes_freq(const struct p2p_channels *channels, unsigned int freq) argument
363 p2p_supported_freq(struct p2p_data *p2p, unsigned int freq) argument
373 p2p_supported_freq_go(struct p2p_data *p2p, unsigned int freq) argument
384 p2p_supported_freq_cli(struct p2p_data *p2p, unsigned int freq) argument
400 int freq = 0; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_utils.c116 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) argument
119 if (freq >= 2412 && freq <= 2472) {
120 if ((freq - 2407) % 5)
124 *channel = (freq - 2407) / 5;
128 if (freq == 2484) {
134 if (freq >= 5180 && freq <= 5240) {
135 if ((freq - 5000) % 5)
139 *channel = (freq
301 int freq = p2p_channel_to_freq(op->reg_class, local
347 p2p_channels_includes_freq(const struct p2p_channels *channels, unsigned int freq) argument
363 p2p_supported_freq(struct p2p_data *p2p, unsigned int freq) argument
373 p2p_supported_freq_go(struct p2p_data *p2p, unsigned int freq) argument
384 p2p_supported_freq_cli(struct p2p_data *p2p, unsigned int freq) argument
400 int freq = 0; local
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dsysfs_power_monitor_unittest.py193 for freq in results[cpu]:
194 self.assertAlmostEqual(results[cpu][freq],
195 self.expected_freq_percents[cpu][freq])
/external/jpeg/
H A Djchuff.h47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djchuff.h47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));

Completed in 7379 milliseconds

1234567891011>>