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

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_math.h154 #define NUM_EG1_FRAC_BITS 15 macro
159 #define SYNTH_FULL_SCALE_EG1_GAIN (int32_t) ((0x1L << NUM_EG1_FRAC_BITS) -1)
162 #define EG1_ONE (int32_t) ((0x1L << NUM_EG1_FRAC_BITS))
186 >> NUM_EG1_FRAC_BITS \
199 // modified shift right value of (NUM_EG1_FRAC_BITS -1)
205 >> (NUM_EG1_FRAC_BITS -1) \
234 #define CENTS_TO_DENTS (int32_t) (DENTS_ONE * (0x1L << NUM_EG1_FRAC_BITS) / 1200L) \
260 the constant by NUM_EG1_FRAC_BITS
277 (0x1L << NUM_EG1_FRAC_BITS) \
281 #define LFO_GAIN_TO_CENTS (int32_t) (1671981156L >> (23 - NUM_EG1_FRAC_BITS))
[all...]

Completed in 99 milliseconds