OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EG1_ONE
(Results
1 - 13
of
13
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_pan.c
78
temp =
EG1_ONE
+ FMUL_15x15(COEFF_PAN_G2, netAngle);
89
temp = -
EG1_ONE
+ FMUL_15x15(COEFF_PAN_G2, netAngle);
eas_math.h
161
#define
EG1_ONE
(EAS_I32) ((0x1L << NUM_EG1_FRAC_BITS))
164
#define EG1_HALF (EAS_I32) (
EG1_ONE
/2)
eas_fmengine.c
233
nTemp =
EG1_ONE
+ FMUL_15x15(COEFF_PAN_G2, nNetAngle);
244
nTemp = -
EG1_ONE
+ FMUL_15x15(COEFF_PAN_G2, nNetAngle);
eas_reverb.c
495
nTemp =
EG1_ONE
+ MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
500
nTemp = -
EG1_ONE
+ MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
[
all
...]
/external/sonivox/arm-hybrid-22k/lib_src/
eas_pan.c
78
temp =
EG1_ONE
+ FMUL_15x15(COEFF_PAN_G2, netAngle);
89
temp = -
EG1_ONE
+ FMUL_15x15(COEFF_PAN_G2, netAngle);
eas_math.h
161
#define
EG1_ONE
(EAS_I32) ((0x1L << NUM_EG1_FRAC_BITS))
164
#define EG1_HALF (EAS_I32) (
EG1_ONE
/2)
eas_fmengine.c
233
nTemp =
EG1_ONE
+ FMUL_15x15(COEFF_PAN_G2, nNetAngle);
244
nTemp = -
EG1_ONE
+ FMUL_15x15(COEFF_PAN_G2, nNetAngle);
eas_reverb.c
495
nTemp =
EG1_ONE
+ MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
500
nTemp = -
EG1_ONE
+ MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_pan.c
78
temp =
EG1_ONE
+ FMUL_15x15(COEFF_PAN_G2, netAngle);
89
temp = -
EG1_ONE
+ FMUL_15x15(COEFF_PAN_G2, netAngle);
eas_math.h
161
#define
EG1_ONE
(EAS_I32) ((0x1L << NUM_EG1_FRAC_BITS))
164
#define EG1_HALF (EAS_I32) (
EG1_ONE
/2)
eas_reverb.c
495
nTemp =
EG1_ONE
+ MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
500
nTemp = -
EG1_ONE
+ MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
[
all
...]
/frameworks/base/media/libeffects/testlibs/
EffectsMath.h
152
#define
EG1_ONE
(int32_t) ((0x1L << NUM_EG1_FRAC_BITS))
155
#define EG1_HALF (int32_t) (
EG1_ONE
/2)
EffectReverb.c
[
all
...]
Completed in 127 milliseconds