HomeSort by relevance Sort by last modified time
    Searched defs:decay (Results 1 - 5 of 5) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
asound_fm.h 54 unsigned char decay; /* 4 bits: decay rate */ member in struct:snd_dm_fm_voice
  /external/webrtc/src/modules/audio_processing/agc/main/source/
digital_agc.c 307 WebRtc_Word16 decay; local
345 // Determine decay factor depending on VAD
352 // decay = -2^17 / DecayTime; -> -65
353 decay = -65;
356 decay = 0;
359 // decay = (WebRtc_Word16)(((lower_thr - logratio)
363 decay = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(tmp32, 10);
366 // adjust decay factor for long silence (detected as low standard deviation)
372 decay = 0;
375 // decay = (WebRtc_Word16)(((stt->vadNearend.stdLongTerm - 4000) * decay) >> 12)
    [all...]
  /external/quake/quake/src/WinQuake/
client.h 77 float decay; // drop this each second member in struct:__anon10455
202 // to decay light values and smooth step ups
  /external/speex/libspeex/
mdf.c 488 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);
    [all...]
  /external/quake/quake/src/QW/client/
client.h 123 float decay; // drop this each second member in struct:__anon10169

Completed in 291 milliseconds