OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:damping
(Results
1 - 18
of
18
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c
241
if( (pPrivate->NewParams.
Damping
!= pPrivate->CurrentParams.
Damping
) ||
250
LVM_INT16
Damping
= (LVM_INT16)((pPrivate->NewParams.
Damping
* 100) + 1000);
261
MUL32x16INTO32(ScaleTable[i],
Damping
, Temp, 15)
265
Temp =
Damping
;
LVREV_SetControlParameters.c
98
if (pNewParams->
Damping
> LVREV_MAX_DAMPING)
LVREV_Private.h
88
#define LVREV_MAX_DAMPING 100 /* Maximum
damping
, 100% */
/frameworks/base/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h
114
LVM_UINT16
Damping
; /*
Damping
*/
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
timex.h
61
* SHIFT_KG and SHIFT_KF establish the
damping
of the PLL and are chosen
63
* establishes the
damping
of the FLL and is chosen by wisdom and black
pkt_sched.h
179
unsigned char Scell_log; /* cell size for idle
damping
*/
222
__u8 Scell_log; /* cell size for idle
damping
*/
/external/iproute2/include/linux/
pkt_sched.h
206
unsigned char Scell_log; /* cell size for idle
damping
*/
249
__u8 Scell_log; /* cell size for idle
damping
*/
/external/kernel-headers/original/linux/
pkt_sched.h
206
unsigned char Scell_log; /* cell size for idle
damping
*/
249
__u8 Scell_log; /* cell size for idle
damping
*/
timex.h
62
* SHIFT_KG and SHIFT_KF establish the
damping
of the PLL and are chosen
64
* establishes the
damping
of the FLL and is chosen by wisdom and black
/external/sonivox/arm-fm-22k/lib_src/
eas_math.h
172
linear on dB scale, which is equivalent to exponential
damping
on
177
(i.e., exponential
damping
) during the Decay and Release segments of
180
#define MULT_EG1_EG1(gain,
damping
) /*lint -e(704) <avoid divide for performance>*/ \
183
((EAS_I32)(gain)) * ((EAS_I32)(
damping
)) \
199
#define MULT_EG1_EG1_X2(gain,
damping
) /*lint -e(702) <avoid divide for performance>*/ \
202
((EAS_I32)(gain)) * ((EAS_I32)(
damping
)) \
/external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h
172
linear on dB scale, which is equivalent to exponential
damping
on
177
(i.e., exponential
damping
) during the Decay and Release segments of
180
#define MULT_EG1_EG1(gain,
damping
) /*lint -e(704) <avoid divide for performance>*/ \
183
((EAS_I32)(gain)) * ((EAS_I32)(
damping
)) \
199
#define MULT_EG1_EG1_X2(gain,
damping
) /*lint -e(702) <avoid divide for performance>*/ \
202
((EAS_I32)(gain)) * ((EAS_I32)(
damping
)) \
/external/sonivox/arm-wt-22k/lib_src/
eas_math.h
172
linear on dB scale, which is equivalent to exponential
damping
on
177
(i.e., exponential
damping
) during the Decay and Release segments of
180
#define MULT_EG1_EG1(gain,
damping
) /*lint -e(704) <avoid divide for performance>*/ \
183
((EAS_I32)(gain)) * ((EAS_I32)(
damping
)) \
199
#define MULT_EG1_EG1_X2(gain,
damping
) /*lint -e(702) <avoid divide for performance>*/ \
202
((EAS_I32)(gain)) * ((EAS_I32)(
damping
)) \
/frameworks/base/media/libeffects/testlibs/
EffectsMath.h
163
linear on dB scale, which is equivalent to exponential
damping
on
168
(i.e., exponential
damping
) during the Decay and Release segments of
171
#define MULT_EG1_EG1(gain,
damping
) /*lint -e(704) <avoid divide for performance>*/ \
174
((int32_t)(gain)) * ((int32_t)(
damping
)) \
190
#define MULT_EG1_EG1_X2(gain,
damping
) /*lint -e(702) <avoid divide for performance>*/ \
193
((int32_t)(gain)) * ((int32_t)(
damping
)) \
/external/iproute2/tc/
q_red.c
139
fprintf(stderr, "RED: failed to calculate idle
damping
table.\n");
q_gred.c
246
fprintf(stderr, "GRED: failed to calculate idle
damping
"
/frameworks/base/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp
815
params.
Damping
= 21;
828
pContext->SavedDecayHfRatio = params.
Damping
*20;
[
all
...]
/frameworks/base/docs/html/guide/topics/ui/
custom-components.jd
134
the VU meter, or the width and
damping
of the needle, etc.)
/frameworks/base/docs/html/guide/topics/views/
custom-views.jd
128
the VU meter, or the width and
damping
of the needle, etc.)
Completed in 785 milliseconds