/external/chromium_org/third_party/opus/src/celt/ |
laplace.h | 37 @param decay Probability of the value +/- 1, multiplied by 16384 39 void ec_laplace_encode(ec_enc *enc, int *value, unsigned fs, int decay); 45 @param decay Probability of the value +/- 1, multiplied by 16384 48 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay);
|
laplace.c | 43 /* When called, decay is positive and at most 11456. */ 44 static unsigned ec_laplace_get_freq1(unsigned fs0, int decay) 48 return ft*(opus_int32)(16384-decay)>>15; 51 void ec_laplace_encode(ec_enc *enc, int *value, unsigned fs, int decay) 63 fs = ec_laplace_get_freq1(fs, decay); 69 fs = (fs*(opus_int32)decay)>>15; 94 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay) 105 fs = ec_laplace_get_freq1(fs, decay)+LAPLACE_MINP; 111 fs = ((fs-2*LAPLACE_MINP)*(opus_int32)decay)>>15;
|
celt.c | 2101 opus_val16 decay = st->loss_count==0 ? QCONST16(1.5f, DB_SHIFT) : QCONST16(.5f, DB_SHIFT); local 2175 opus_val16 decay; local [all...] |
/external/chromium_org/third_party/opus/src/celt/tests/ |
test_unit_laplace.c | 45 int ec_laplace_get_start_freq(int decay) 48 int fs = (ft*(16384-decay))/(16384+decay); 59 int val[10000], decay[10000]; local 64 val[0] = 3; decay[0] = 6000; 65 val[1] = 0; decay[1] = 5800; 66 val[2] = -1; decay[2] = 5600; 70 decay[i] = rand()%11000+5000; 74 ec_laplace_get_start_freq(decay[i]), decay[i]) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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:__anon22905 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/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...] |
/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/chromium_org/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/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/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
prototype-1.7.js | [all...] |
/external/chromium_org/third_party/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...] |