HomeSort by relevance Sort by last modified time
    Searched full:noise (Results 1 - 25 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clearsilver/ruby/
hdftest.gold 5 party.2 [Pink] = noise makers
14 arf.party.2 [Pink] = noise makers
24 noise makers
  /device/samsung/crespo/alsa-utils/speaker-test/samples/
Makefile.am 8 Noise.wav \
  /device/samsung/crespo/alsa-utils/speaker-test/
pink.c 4 generate Pink Noise using Gardner method.
47 /* Calculate maximum possible signed random value. Extra 1 for white noise always added. */
55 /* generate Pink noise values between -1.0 and +1.0 */
88 /* Add extra white noise value. */
speaker-test.1 63 \fB\-t pink\fP means use pink noise (default).
65 Pink noise is perceptually uniform noise -- that is, it sounds like every frequency at once. If you can hear any tone it may indicate resonances in your speaker system or room.
124 Pink noise support was added by Nathan Hurst.
  /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:__anon6883
  /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/libvpx/vp8/common/
postproc.h 23 void sym (unsigned char *s, char *noise, char blackclamp[16],\
74 char noise[3072]; member in struct:postproc_state
  /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
  /device/samsung/crespo/overlay/packages/apps/Phone/res/values/
config.xml 33 <!-- This device implements a noise suppression device for in call audio-->
  /external/clearsilver/ruby/test/
hdftest.rb 11 h.set_value "party.2","noise makers"
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
tns_func.h 24 Temporal noise shaping
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
CalibrateVolumeActivity.java 94 byte[] noise;
96 noise = Utils.getPinkNoise(this, OUTPUT_AMPL, DURATION);
100 noise = Utils.shortToByteArray(sinusoid);
102 float[] results = mNative.measureRms(Utils.byteToShortArray(noise),
106 mBackgroundAudio = new BackgroundAudio(noise);
  /cts/apps/CtsVerifier/jni/audioquality/
CompareSpectra.h 35 end of the pcm signals. The preferred stimulus would be pink noise,
MeasureRms.h 24 be approximately a 3-second burst of pink noise presented at a level
  /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/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 */

Completed in 313 milliseconds

1 2 3 4 5 6 7 8 91011>>