Searched refs:decay (Results 1 - 13 of 13) sorted by relevance

/external/libvorbis/lib/
H A Denvelope.c98 float decay; local
133 decay=filters->nearDC_acc=filters->nearDC_partialacc+temp;
136 decay=filters->nearDC_acc+=temp;
142 decay*=(1./(VE_NEARDC+1));
145 decay=todB(&decay)*.5-15.f;
154 if(val<decay)val=decay;
157 decay-=8.;
H A Dvorbisenc.c72 float decay; member in struct:__anon8733
349 p->tone_decay=att[is].decay*(1.-ds)+att[is+1].decay*ds;
/external/webrtc/src/modules/audio_processing/agc/
H A Ddigital_agc.c319 WebRtc_Word16 decay; local
365 // Determine decay factor depending on VAD
372 // decay = -2^17 / DecayTime; -> -65
373 decay = -65;
376 decay = 0;
379 // decay = (WebRtc_Word16)(((lower_thr - logratio)
383 decay = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(tmp32, 10);
386 // adjust decay factor for long silence (detected as low standard deviation)
392 decay = 0;
395 // decay
[all...]
/external/quake/quake/src/WinQuake/
H A Dcl_tent.cpp203 dl->decay = 300;
259 dl->decay = 300;
286 dl->decay = 300;
H A Dclient.h77 float decay; // drop this each second member in struct:__anon12183
202 // to decay light values and smooth step ups
H A Dcl_main.cpp376 dl->radius -= time*dl->decay;
/external/v8/benchmarks/spinning-balls/
H A Dv.js85 Point.prototype.decay = function () {
345 if (point.decay()) {
/external/quake/quake/src/QW/client/
H A Dclient.h123 float decay; // drop this each second member in struct:__anon11897
H A Dcl_tent.c243 dl->decay = 300;
H A Dcl_ents.c137 dl->radius -= host_frametime*dl->decay;
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js1479 this.decay = (this.options.decay || 1);
1500 if (this.options.decay) {
1501 this.decay = (response.responseText == this.lastText ?
1502 this.decay * this.options.decay : 1);
1506 this.timer = this.onTimerEvent.bind(this).delay(this.decay * this.frequency);
H A Dconcat-jquery-mootools-prototype.js9858 this.decay = (this.options.decay || 1);
9879 if (this.options.decay) {
9880 this.decay = (response.responseText == this.lastText ?
9881 this.decay * this.options.decay : 1);
9885 this.timer = this.onTimerEvent.bind(this).delay(this.decay * this.frequency);
/external/speex/libspeex/
H A Dmdf.c488 spx_word16_t decay = SHR32(spx_exp(NEG16(DIV32_16(QCONST16(2.4,11),M))),1); local
493 st->prop[i] = MULT16_16_Q15(st->prop[i-1], decay);

Completed in 217 milliseconds