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

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A DApple80211.h19 UInt16 noise; member in struct:WirelessInfo
37 UInt16 noise; member in struct:WirelessNetworkInfo
109 * noise: CFNumber(kCFNumberSInt32Type)
H A Ddriver_osx.m192 res->noise = info->noise;
H A Ddriver.h46 * @noise: noise level
75 int noise; member in struct:wpa_scan_result
91 * @noise: noise level
111 int noise; member in struct:wpa_scan_res
H A Ddriver_iphone.m203 res->noise = val;
H A Ddriver_bsd.c639 wsr->noise = sr->isr_noise;
H A Ddriver_wext.c1299 res->res.noise = iwe->u.qual.noise;
/external/speex/libspeex/
H A Dpreprocess.c46 I. Cohen and B. Berdugo, "Speech enhancement for non-stationary noise environments".
50 approach to combined acoustic echo cancellation and noise reduction". IEEE
211 spx_word32_t *noise; /**< Noise estimate */ member in struct:SpeexPreprocessState_
221 int *update_prob; /**< Probability of speech presence for noise update */
320 /* Compute the gain floor based on different floors for the background noise and residual echo */
321 static void compute_gain_floor(int noise_suppress, int effective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_t *gain_floor, int len) argument
331 /* gain_floor = sqrt [ (noise*noise_floor + echo*echo_floor) / (noise+echo) ] */
334 spx_sqrt(SHL32(EXTEND32(DIV32_16_Q15(PSHR32(noise[i],NOISE_SHIFT) + MULT16_32_Q15(gain_ratio,echo[i]),
335 (1+PSHR32(noise[
380 compute_gain_floor(int noise_suppress, int effective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_t *gain_floor, int len) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/examples/
H A Dwpas-test.py80 noise = props["noise"]
/external/quake/quake/src/QW/progs/
H A Dprogdefs.h134 string_t noise; member in struct:__anon4349
/external/quake/quake/src/QW/server/
H A Dprogdefs.h153 string_t noise; member in struct:__anon4397
/external/wpa_supplicant/
H A Ddriver.h46 * @noise: noise level
65 int noise; member in struct:wpa_scan_result
H A Dwireless_copy.h717 __u8 noise; /* noise level (dBm) */ member in struct:iw_quality
997 /* Quality range (link, level, noise)
H A Dctrl_iface_dbus_handlers.c433 if (!wpa_dbus_dict_append_int32(&iter_dict, "noise", res->noise))
H A Ddriver_bsd.c636 wsr->noise = sr->isr_noise;
H A Ddriver_wext.c1399 results[ap_num].noise = iwe->u.qual.noise;
/external/icu4c/tools/gensprep/
H A DfilterRFC3454.pl180 ($code, $noise) = split /;/ , $line;
188 ($code, $noise) = split /;/ , $line;
192 ($code, $noise) = split /;/ , $line;
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_voice_gain_gnu.s149 ADD gain, gain, gainIncrement @ gain step to eliminate zipper noise
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_voice_gain_gnu.s149 ADD gain, gain, gainIncrement @ gain step to eliminate zipper noise
/external/icu4c/tools/tzcode/
H A Dzic.c205 static int noise; variable
675 noise = TRUE;
725 if (noise)
1078 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0)
1080 if (noise && (hh > HOURSPERDAY ||
2163 if (noise && envvar[0] == '\0') {
2859 if (noise)
2893 if (noise && cp - string > 3)
/external/kernel-headers/original/linux/
H A Dwireless.h674 __u8 noise; /* noise level (dBm) */ member in struct:iw_quality
951 /* Quality range (link, level, noise)
/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dwireless_copy.h725 __u8 noise; /* noise level (dBm) */ member in struct:iw_quality
1005 /* Quality range (link, level, noise)
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_priv.c232 nres.noise = r->noise;
H A Dwpa_supplicant.c1341 r->noise = bss->noise;
H A Dctrl_iface_dbus_handlers.c490 if (!wpa_dbus_dict_append_int32(&iter_dict, "noise", res->noise))
H A Dctrl_iface.c1531 "noise=%d\n"
1536 bss->caps, bss->qual, bss->noise, bss->level,

Completed in 127 milliseconds