Searched refs:SYNTH_FULL_SCALE_EG1_GAIN (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DEffectsMath.h147 /* SYNTH_FULL_SCALE_EG1_GAIN must match the value in the dls2eas
149 #define SYNTH_FULL_SCALE_EG1_GAIN (int32_t) ((0x1L << NUM_EG1_FRAC_BITS) -1) macro
153 #define EG1_MINUS_ONE (int32_t) (~SYNTH_FULL_SCALE_EG1_GAIN)
199 ((int32_t)(x) > SYNTH_FULL_SCALE_EG1_GAIN) ? (SYNTH_FULL_SCALE_EG1_GAIN) : \

Completed in 375 milliseconds