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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound_fm.h 54 unsigned char decay; /* 4 bits: decay rate */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
asound_fm.h 54 unsigned char decay; /* 4 bits: decay rate */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/
digital_agc.c 319 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 = (WebRtc_Word16)(((stt->vadNearend.stdLongTerm - 4000) * decay) >> 12)
    [all...]
  /external/quake/quake/src/WinQuake/
cl_tent.cpp 203 dl->decay = 300;
259 dl->decay = 300;
286 dl->decay = 300;
client.h 77 float decay; // drop this each second member in struct:__anon11805
202 // to decay light values and smooth step ups
cl_main.cpp 376 dl->radius -= time*dl->decay;
  /gdk/samples/quake/jni/
cl_tent.cpp 203 dl->decay = 300;
259 dl->decay = 300;
286 dl->decay = 300;
client.h 77 float decay; // drop this each second member in struct:__anon17550
202 // to decay light values and smooth step ups
cl_main.cpp 376 dl->radius -= time*dl->decay;
  /external/quake/quake/src/QW/client/
client.h 123 float decay; // drop this each second member in struct:__anon11519
cl_tent.c 243 dl->decay = 300;
cl_ents.c 137 dl->radius -= host_frametime*dl->decay;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and
244 typename decay<_Tp>::type>::__type __type;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and
244 typename decay<_Tp>::type>::__type __type;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and
244 typename decay<_Tp>::type>::__type __type;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and
244 typename decay<_Tp>::type>::__type __type;
  /external/v8/benchmarks/spinning-balls/
v.js 85 Point.prototype.decay = function () {
343 // Decay the current point and remove it from the list
345 if (point.decay()) {
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /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/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 3223 milliseconds