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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.other/
decay.pass.cpp 12 // decay
19 static_assert((std::is_same<typename std::decay<T>::type, U>::value), "");
  /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/x86_64-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
  /external/libvorbis/lib/
envelope.c 98 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.;
vorbisenc.c 72 float decay; member in struct:__anon10873
349 p->tone_decay=att[is].decay*(1.-ds)+att[is+1].decay*ds;
    [all...]
  /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:__anon14395
202 // to decay light values and smooth step ups
cl_main.cpp 376 dl->radius -= time*dl->decay;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c 44 WebRtc_Word16 decay,
76 /* decay the output signal; this is specific to plc */
77 *Out++ = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT( (WebRtc_Word16)o, decay, 15); // ((o + (WebRtc_Word32)2048) >> 12);
79 /* change the decay */
80 decay -= reduceDecay;
81 if( decay < 0 )
82 decay = 0;
84 return( decay );
555 /* --- lower the muliplier (more decay at next sample) --- */
658 /* --- lower the muliplier (more decay at next sample) --- *
    [all...]
  /external/quake/quake/src/QW/client/
client.h 123 float decay; // drop this each second member in struct:__anon14109
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/5/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/6/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and
263 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...]

Completed in 733 milliseconds

1 2