Searched defs:NUM_EG1_FRAC_BITS (Results 1 - 3 of 3) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_math.h153 #define NUM_EG1_FRAC_BITS 15 macro
158 #define SYNTH_FULL_SCALE_EG1_GAIN (EAS_I32) ((0x1L << NUM_EG1_FRAC_BITS) -1)
161 #define EG1_ONE (EAS_I32) ((0x1L << NUM_EG1_FRAC_BITS))
185 >> NUM_EG1_FRAC_BITS \
198 // modified shift right value of (NUM_EG1_FRAC_BITS -1)
204 >> (NUM_EG1_FRAC_BITS -1) \
233 #define CENTS_TO_DENTS (EAS_I32) (DENTS_ONE * (0x1L << NUM_EG1_FRAC_BITS) / 1200L) \
259 the constant by NUM_EG1_FRAC_BITS
276 (0x1L << NUM_EG1_FRAC_BITS) \
280 #define LFO_GAIN_TO_CENTS (EAS_I32) (1671981156L >> (23 - NUM_EG1_FRAC_BITS))
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_math.h153 #define NUM_EG1_FRAC_BITS 15 macro
158 #define SYNTH_FULL_SCALE_EG1_GAIN (EAS_I32) ((0x1L << NUM_EG1_FRAC_BITS) -1)
161 #define EG1_ONE (EAS_I32) ((0x1L << NUM_EG1_FRAC_BITS))
185 >> NUM_EG1_FRAC_BITS \
198 // modified shift right value of (NUM_EG1_FRAC_BITS -1)
204 >> (NUM_EG1_FRAC_BITS -1) \
233 #define CENTS_TO_DENTS (EAS_I32) (DENTS_ONE * (0x1L << NUM_EG1_FRAC_BITS) / 1200L) \
259 the constant by NUM_EG1_FRAC_BITS
276 (0x1L << NUM_EG1_FRAC_BITS) \
280 #define LFO_GAIN_TO_CENTS (EAS_I32) (1671981156L >> (23 - NUM_EG1_FRAC_BITS))
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_math.h153 #define NUM_EG1_FRAC_BITS 15 macro
158 #define SYNTH_FULL_SCALE_EG1_GAIN (EAS_I32) ((0x1L << NUM_EG1_FRAC_BITS) -1)
161 #define EG1_ONE (EAS_I32) ((0x1L << NUM_EG1_FRAC_BITS))
185 >> NUM_EG1_FRAC_BITS \
198 // modified shift right value of (NUM_EG1_FRAC_BITS -1)
204 >> (NUM_EG1_FRAC_BITS -1) \
233 #define CENTS_TO_DENTS (EAS_I32) (DENTS_ONE * (0x1L << NUM_EG1_FRAC_BITS) / 1200L) \
259 the constant by NUM_EG1_FRAC_BITS
276 (0x1L << NUM_EG1_FRAC_BITS) \
280 #define LFO_GAIN_TO_CENTS (EAS_I32) (1671981156L >> (23 - NUM_EG1_FRAC_BITS))
[all...]

Completed in 67 milliseconds