Searched defs:log_2 (Results 1 - 1 of 1) sorted by relevance
/frameworks/av/media/libeffects/loudness/common/core/ | ||
H A D | math.h | 40 const int log_2 = ((x >> 23) & 255) - 128; local 45 return static_cast<float>(val + log_2); |
Completed in 9 milliseconds