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

/frameworks/av/media/libeffects/testlibs/
H A DEffectsMath.h130 #define WET_DRY_ONE (int32_t) ((0x1L << NUM_WET_DRY_FRAC_BITS)) macro
131 #define WET_DRY_MINUS_ONE (int32_t) (~WET_DRY_ONE)
132 #define WET_DRY_FULL_SCALE (int32_t) (WET_DRY_ONE - 1)

Completed in 19 milliseconds