Home
last modified time | relevance | path

Searched refs:damp (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dffwavesynth.c86 uint64_t amp0, damp; member
214 in->amp = in->amp0 + (ts - in->ts_start) * in->damp; in wavesynth_seek()
306 in->damp = (int64_t)(((uint64_t)a2 << 32) - ((uint64_t)a1 << 32)) / dt; in wavesynth_parse_extradata()
367 in->amp += in->damp; in wavesynth_synth_sample()
H A Ddcahuff.c1322 LBR_INIT_VLC(ff_dca_vlc_damp, damp, 6); in ff_dca_init_vlcs()
/third_party/node/lib/
H A Dpunycode.js21 const damp = 700;
191 delta = firstTime ? floor(delta / damp) : delta >> 1;
/third_party/icu/icu4c/source/test/intltest/
H A Dpunyref.cpp51 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator
115 delta = firsttime ? delta / damp : delta >> 1; in adapt()
/third_party/node/deps/openssl/openssl/crypto/
H A Dpunycode.c20 static const unsigned int damp = 700; variable
32 * if firsttime then let delta = delta div damp
48 delta = (firsttime) ? delta / damp : delta / 2; in adapt()
/third_party/openssl/crypto/
H A Dpunycode.c20 static const unsigned int damp = 700; variable
32 * if firsttime then let delta = delta div damp
48 delta = (firsttime) ? delta / damp : delta / 2; in adapt()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DPunycodeReference.java54 private static final int damp = 700; field in PunycodeReference
127 delta = (firsttime==true) ? delta / damp : delta >> 1; in adapt()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DPunycodeReference.java51 private static final int damp = 700; field in PunycodeReference
124 delta = (firsttime==true) ? delta / damp : delta >> 1; in adapt()
/third_party/pulseaudio/speex/tmv/
H A Dpreprocess_tm.h983 float damp = 28000.f/max_sample; in preprocess_apply_agc() local
990 { frame[i] *= damp; in preprocess_apply_agc()
/third_party/pulseaudio/speex/libspeexdsp/
H A Dpreprocess.c970 float damp = 28000.f/max_sample; in speex_preprocess_run() local
972 st->frame[i] *= damp; in speex_preprocess_run()
/third_party/node/deps/ada/
H A Dada.cpp7974 constexpr int32_t damp = 700;
7990 d = d / damp;

Completed in 30 milliseconds