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

  /device/samsung/crespo/alsa-lib/include/sound/
asound_fm.h 54 unsigned char decay; /* 4 bits: decay rate */ member in struct:snd_dm_fm_voice
  /external/quake/quake/src/WinQuake/
client.h 77 float decay; // drop this each second member in struct:__anon6965
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:__anon6679

Completed in 104 milliseconds