/external/clearsilver/ruby/ |
hdftest.gold | 5 party.2 [Pink] = noise makers 14 arf.party.2 [Pink] = noise makers 24 noise makers
|
/external/quake/quake/src/QW/progs/ |
buttons.qc | 41 sound (self, CHAN_VOICE, self.noise, 1, ATTN_NORM); 93 self.noise = "buttons/airbut1.wav"; 98 self.noise = "buttons/switch21.wav"; 103 self.noise = "buttons/switch02.wav"; 108 self.noise = "buttons/switch04.wav";
|
plats.qc | 61 sound (self, CHAN_VOICE, self.noise, 1, ATTN_NORM);
68 sound (self, CHAN_VOICE, self.noise, 1, ATTN_NORM);
166 self.noise = "plats/plat1.wav";
174 self.noise = "plats/medplat1.wav";
243 sound (self, CHAN_NO_PHS_ADD+CHAN_VOICE, self.noise, 1, ATTN_NORM);
304 self.noise = ("misc/null.wav");
312 self.noise = ("plats/train2.wav");
352 self.noise = ("misc/null.wav");
|
player.qc | 311 self.noise = "";
313 self.noise = "player/pain1.wav";
315 self.noise = "player/pain2.wav";
317 self.noise = "player/pain3.wav";
319 self.noise = "player/pain4.wav";
321 self.noise = "player/pain5.wav";
323 self.noise = "player/pain6.wav";
325 sound (self, CHAN_VOICE, self.noise, 1, ATTN_NORM);
419 self.noise = "player/death1.wav";
421 self.noise = "player/death2.wav"; [all...] |
progdefs.h | 134 string_t noise;
member in struct:__anon5160
|
items.qc | 42 sound (other, CHAN_VOICE, self.noise, 1, ATTN_NORM);
87 item.noise = "items/damage.wav";
112 sound (other, CHAN_VOICE, self.noise, 1, ATTN_NORM);
147 item.noise = "items/inv1.wav";
249 self.noise = "items/r_item1.wav";
259 self.noise = "items/r_item2.wav";
268 self.noise = "items/health1.wav";
308 sound(other, CHAN_ITEM, self.noise, 1, ATTN_NORM);
1098 sound (other, CHAN_ITEM, self.noise, 1, ATTN_NORM);
1115 self.noise = "misc/medkey.wav"; [all...] |
/external/speex/include/speex/ |
speex_preprocess.h | 5 * @brief Speex preprocessor. The preprocess can do noise suppression, 40 * This is the Speex preprocessor. The preprocess can do noise suppression, 75 * @return Bool value for voice activity (1 for speech, 0 for noise/silence), ONLY if VAD turned on. 143 /** Set maximum attenuation of the noise in dB (negative number) */ 145 /** Get maximum attenuation of the noise in dB (negative number) */ 197 /* Can't set noise size */ 198 /** Get spectrum size for noise estimate (int32) */ 201 /* Can't set noise estimate */ 202 /** Get noise estimate (int32[] of squared values) */
|
/external/speex/libspeex/ |
preprocess.c | 46 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) 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]) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
wpas-test.py | 80 noise = props["noise"]
|
/frameworks/base/location/java/android/location/ |
GpsSatellite.java | 62 * Returns the signal to noise ratio for the satellite. 64 * @return the signal to noise ratio
|
/external/clearsilver/ruby/test/ |
hdftest.rb | 11 h.set_value "party.2","noise makers"
|
/device/htc/passion-common/overlay/packages/apps/Phone/res/values/ |
config.xml | 38 <!-- This device implements a noise suppression device for in call audio-->
|
/external/quake/quake/src/WinQuake/ |
progdefs.q1 | 137 string_t noise;
|
progdefs.q2 | 146 string_t noise;
|
/system/core/nexus/ |
TiwlanEventListener.cpp | 50 LOGW("Low signal/noise ratio");
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
cnst_vad.h | 70 #define VAD_P1 0 /* Noise level for highest threshold */ 71 #define VAD_P2 6300 /* Noise level for lowest threshold */ 82 /* Limits for background noise estimate */
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
Apple80211.h | 19 UInt16 noise; member in struct:WirelessInfo 37 UInt16 noise; member in struct:WirelessNetworkInfo 109 * noise: CFNumber(kCFNumberSInt32Type)
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
cnst_vad.h | 70 #define VAD_P1 0 /* Noise level for highest threshold */ 71 #define VAD_P2 6300 /* Noise level for lowest threshold */ 82 /* Limits for background noise estimate */
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ |
bgnscd.cpp | 40 Background noise source characteristic detector (SCD) 204 inbgNoise = flag if background noise is present (Word16) 215 Characterize synthesis speech and detect background noise. 290 // Do not consider silence as noise 291 // Do not consider continuous high volume as noise 292 // Or if the current noise level is very low 293 // Mark as noise if under current noise limit 326 time in noise 489 /* Do not consider silence as noise */ [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
bgnscd.cpp | 40 Background noise source characteristic detector (SCD) 205 inbgNoise = flag if background noise is present (Word16) 216 Characterize synthesis speech and detect background noise. 291 // Do not consider silence as noise 292 // Do not consider continuous high volume as noise 293 // Or if the current noise level is very low 294 // Mark as noise if under current noise limit 327 time in noise 490 /* Do not consider silence as noise */ [all...] |
/external/opencore/codecs_v2/audio/aac/dec/src/ |
hufffac.cpp | 72 global_gain = initial value for "DPCM encoded" scalefactors and noise 76 intensity position or noise energy, type Int 97 intensity position and/or noise energy level 109 (INTENSITY_HCB, INTENSITY_HCB2), and/or noise energy (NOISE_HCB) 117 decoded scalefactors and/or intensity positions and/or noise energy 379 Int dpcm_noise_nrg; /* dpcm noise energy */ 380 Int noise_nrg; /* noise energy */ 442 /* scale factors and noise energy are dpcm relative to global gain 456 /* group by group decoding scalefactors and/or noise energy 483 /* noise books * [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
synthesis_amr_wb.cpp | 214 * HF noise synthesis 215 * - Generate HF noise between 5.5 and 7.5 kHz. 216 * - Set energy of noise according to synthesis tilt. 218 * tilt 0.5 ==> - 6 dB (voiced or noise) 219 * tilt < 0.0 ==> 0 dB (noise) 222 /* generate white noise vector */ 253 /* set energy of white noise to energy of excitation */ 315 /* modify energy of white noise according to synthesis tilt */ 398 /* synthesis of noise: 4.8kHz..5.6kHz --> 6kHz..7kHz */ 411 /* noise Band Pass filtering (1ms of delay) * [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
hufffac.cpp | 72 global_gain = initial value for "DPCM encoded" scalefactors and noise 76 intensity position or noise energy, type Int 97 intensity position and/or noise energy level 109 (INTENSITY_HCB, INTENSITY_HCB2), and/or noise energy (NOISE_HCB) 117 decoded scalefactors and/or intensity positions and/or noise energy 379 Int dpcm_noise_nrg; /* dpcm noise energy */ 380 Int noise_nrg; /* noise energy */ 442 /* scale factors and noise energy are dpcm relative to global gain 456 /* group by group decoding scalefactors and/or noise energy 483 /* noise books * [all...] |
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
synthesis_amr_wb.cpp | 214 * HF noise synthesis 215 * - Generate HF noise between 5.5 and 7.5 kHz. 216 * - Set energy of noise according to synthesis tilt. 218 * tilt 0.5 ==> - 6 dB (voiced or noise) 219 * tilt < 0.0 ==> 0 dB (noise) 222 /* generate white noise vector */ 253 /* set energy of white noise to energy of excitation */ 315 /* modify energy of white noise according to synthesis tilt */ 398 /* synthesis of noise: 4.8kHz..5.6kHz --> 6kHz..7kHz */ 411 /* noise Band Pass filtering (1ms of delay) * [all...] |
/external/oprofile/libpopt/ |
poptint.h | 13 * Wrapper to free(3), hides const compilation noise, permit NULL, return NULL.
|