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

/frameworks/av/media/libeffects/loudness/common/core/
H A Dmath.h40 const int log_2 = ((x >> 23) & 255) - 128; local
45 return static_cast<float>(val + log_2);

Completed in 1624 milliseconds