Home
last modified time | relevance | path

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

123

/external/clearsilver/ruby/
Dhdftest.gold5 party.2 [Pink] = noise makers
14 arf.party.2 [Pink] = noise makers
24 noise makers
/external/speex/libspeex/
Dpreprocess.c211 spx_word32_t *noise; /**< Noise estimate */ member
321 static void compute_gain_floor(int noise_suppress, int effective_echo_suppress, spx_word32_t *noise in compute_gain_floor() argument
334 …spx_sqrt(SHL32(EXTEND32(DIV32_16_Q15(PSHR32(noise[i],NOISE_SHIFT) + MULT16_32_Q15(gain_ratio,echo[… in compute_gain_floor()
335 (1+PSHR32(noise[i],NOISE_SHIFT) + echo[i]) )),15))); in compute_gain_floor()
344 …spx_sqrt(SHL32(EXTEND32(DIV32_16_Q15(MULT16_32_Q15(gain_ratio,PSHR32(noise[i],NOISE_SHIFT)) + echo… in compute_gain_floor()
345 (1+PSHR32(noise[i],NOISE_SHIFT) + echo[i]) )),15))); in compute_gain_floor()
380 static void compute_gain_floor(int noise_suppress, int effective_echo_suppress, spx_word32_t *noise in compute_gain_floor() argument
391 …or[i] = FRAC_SCALING*sqrt(noise_floor*PSHR32(noise[i],NOISE_SHIFT) + echo_floor*echo[i])/sqrt(1+PS… in compute_gain_floor()
453 st->noise = (spx_word32_t*)speex_alloc((N+M)*sizeof(spx_word32_t)); in speex_preprocess_state_init()
487 st->noise[i]=QCONST32(1.f,NOISE_SHIFT); in speex_preprocess_state_init()
[all …]
/external/quake/quake/src/QW/progs/
Dbuttons.qc41 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";
Dplayer.qc311 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 …]
Dplats.qc61 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");
Ditems.qc42 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 …]
Dtriggers.qc45 if (self.noise)
46 sound (self, CHAN_VOICE, self.noise, 1, ATTN_NORM);
116 self.noise = "misc/secret.wav";
121 self.noise = "misc/talk.wav";
126 self.noise = "misc/trigger1.wav";
208 self.noise = "misc/secret.wav";
213 self.noise = "misc/talk.wav";
Dprogdefs.h134 string_t noise; member
/external/libvpx/vp8/common/
Dpostproc.h23 void sym (unsigned char *s, char *noise, char blackclamp[16],\
106 char noise[3072]; member
Dpostproc.c432 state->noise[i] = char_dist[rand() & 0xff]; in fillrd()
467 void vp8_plane_add_noise_c(unsigned char *Start, char *noise, in vp8_plane_add_noise_c() argument
478 char *Ref = (char *)(noise + (rand() & 0xff)); in vp8_plane_add_noise_c()
732 oci->postproc_state.noise, in vp8_post_proc_frame()
/external/libvpx/vp8/common/x86/
Dpostproc_sse2.asm663 … psubusb xmm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
667 movdqu xmm2,[rdi+rax] ; get the noise for this line
Dpostproc_mmx.asm498 … psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
502 movq mm2,[rdi+rax] ; get the noise for this line
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
DApple80211.h19 UInt16 noise; member
37 UInt16 noise; member
Ddriver.h75 int noise; member
111 int noise; member
/external/libvpx/vp8/decoder/x86/
Donyxdxv.c263 int noise = 0; in onyx_blit() local
270 noise = pp / 100; in onyx_blit()
271 pp = pp - noise * 100; in onyx_blit()
347 common->post_proc_buffer.y_stride, 63 - q, noise); in onyx_blit()
373 vpxdxv_get_ximage_csize(src), noise); in onyx_blit()
/external/icu4c/tools/gensprep/
DfilterRFC3454.pl180 ($code, $noise) = split /;/ , $line;
188 ($code, $noise) = split /;/ , $line;
192 ($code, $noise) = split /;/ , $line;
/external/chromium/third_party/icu/source/tools/gensprep/
DfilterRFC3454.pl180 ($code, $noise) = split /;/ , $line;
188 ($code, $noise) = split /;/ , $line;
192 ($code, $noise) = split /;/ , $line;
/external/svox/pico/tests/data/
Dtests_regressions_es-ES.txt12 # TEST (old bug: burst of noise at end of sentence)
/external/wpa_supplicant_6/wpa_supplicant/examples/
Dwpas-test.py80 noise = props["noise"]
/external/quake/quake/src/QW/server/
Dprogdefs.h153 string_t noise; member
/external/quake/quake/src/WinQuake/
Dprogdefs.q1137 string_t noise;
Dprogdefs.q2146 string_t noise;
/external/wpa_supplicant/
Ddriver.h65 int noise; member
/external/icu4c/tools/tzcode/
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') {
2848 if (noise)
2882 if (noise && cp - string > 3)
/external/chromium/third_party/icu/source/tools/tzcode/
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)

123