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

1 2 3

  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
CompLim.h 45 LVM_INT16 Norm_Decay; /* Decay time constant of the Normaliser integrator */
53 LVM_INT16 Comp_Decay_S; /* Decay time constant of slow the integrator */
55 LVM_INT16 Comp_Decay_F; /* Decay time constant of fast the integrator */
AGC.h 49 LVM_INT16 AGC_Decay; /* AGC decay scaler */
  /frameworks/base/media/libeffects/lvm/lib/Bass/src/
LVDBE_Tables.h 59 /* Decay time (signal too small) */
LVDBE_Control.c 148 /* Sets the AGC gain level and attack and decay times constants. */
161 * Get the attack and decay time constants
164 pInstance->pData->AGCInstance.AGC_Decay = LVDBE_AGC_DECAY_Table[(LVM_UINT16)pParams->SampleRate]; /* Decay multipler */
LVDBE_Tables.c 367 /* Decay time (signal too small) */
  /frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java 76 * Decay time. Parameter ID for OnParameterChangeListener
80 * Decay HF ratio. Parameter ID for
206 * Sets the time taken for the level of reverberation to decay by 60 dB.
207 * @param decayTime decay time in milliseconds. The valid range is [100, 20000].
219 * Gets the decay time.
220 * @return the decay time in milliseconds.
233 * Sets the ratio of high frequency decay time (at 5 kHz) relative to the decay time at low
235 * @param decayHFRatio high frequency decay ratio using a permille scale. The valid range is
236 * [100, 2000]. A ratio of 1000 indicates that all frequencies decay at the same rate
    [all...]
  /prebuilt/linux-x86/toolchain/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
  /frameworks/base/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h 51 #define LVREV_MAX_T60 7000 /* Maximum decay time is 7000ms */
112 LVM_UINT16 T60; /* Decay time constant, in ms */
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h 60 #define LVPSA_MAXLEVELDECAYFACTOR 0x4111 /* Decay factor for the maximum values calculation */
61 #define LVPSA_MAXLEVELDECAYSHIFT 14 /* Decay shift for the maximum values calculation */
LVPSA_Process.c 234 /*Re-compute max values for decay */
  /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:__anon6806
202 // to decay light values and smooth step ups
  /external/speex/include/speex/
speex_preprocess.h 128 /** Set preprocessor dereverb decay */
130 /** Get preprocessor dereverb decay */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
type_traits 341 // Decay trait for arrays and functions, used for perfect forwarding
361 /// decay
363 struct decay
  /prebuilt/linux-x86/toolchain/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;
  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 170 However, EG1 treats the Decay, Sustain, and Release differently than
171 the Attack portion. For Decay, Sustain, and Release, the gain is
174 the Decay and Release as multiplication (instead of incrementing
177 (i.e., exponential damping) during the Decay and Release segments of
eas_fmsynth.c 349 /* reset envelope to decay state */
357 /* set voice to decay state */
467 /* incorporate key scaling on decay rate */
473 /* if zero attack time, max out envelope and jump to decay state */
480 /* set envelope to decay state */
654 /* decay is exponential, multiply by decay rate */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 170 However, EG1 treats the Decay, Sustain, and Release differently than
171 the Attack portion. For Decay, Sustain, and Release, the gain is
174 the Decay and Release as multiplication (instead of incrementing
177 (i.e., exponential damping) during the Decay and Release segments of
eas_fmsynth.c 349 /* reset envelope to decay state */
357 /* set voice to decay state */
467 /* incorporate key scaling on decay rate */
473 /* if zero attack time, max out envelope and jump to decay state */
480 /* set envelope to decay state */
654 /* decay is exponential, multiply by decay rate */
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 170 However, EG1 treats the Decay, Sustain, and Release differently than
171 the Attack portion. For Decay, Sustain, and Release, the gain is
174 the Decay and Release as multiplication (instead of incrementing
177 (i.e., exponential damping) during the Decay and Release segments of
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 101 LVM_INT16 AGC_Decay = pInstance->AGC_Decay; /* Decay scaler */
  /frameworks/base/media/libeffects/testlibs/
EffectsMath.h 161 However, EG1 treats the Decay, Sustain, and Release differently than
162 the Attack portion. For Decay, Sustain, and Release, the gain is
165 the Decay and Release as multiplication (instead of incrementing
168 (i.e., exponential damping) during the Decay and Release segments of
  /cts/tests/tests/media/src/android/media/cts/
EnvReverbTest.java 155 //Test case 1.1: test decay time and ratio
185 assertTrue("got incorrect decay time",
192 assertTrue("got incorrect decay HF ratio",
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaEnvReverbTest.java 158 //Test case 1.1: test decay time and ratio
167 assertTrue(msg +": got incorrect decay time",
173 assertTrue(msg +": got incorrect decay HF ratio",
  /external/libvpx/vp8/encoder/
firstpass.c     [all...]

Completed in 867 milliseconds

1 2 3