Searched defs:halfBW (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libeffects/testlibs/
H A DAudioPeakingFilter.cpp105 int32_t halfBW = (((mBandwidth + 1) / 2) << 15) / 1200; local
107 low = static_cast<uint32_t>((static_cast<uint64_t>(mNominalFrequency) * Effects_exp2(-halfBW + (16 << 15))) >> 16);
108 if (CC_UNLIKELY(halfBW >= (16 << 15))) {
111 high = static_cast<uint32_t>((static_cast<uint64_t>(mNominalFrequency) * Effects_exp2(halfBW + (16 << 15))) >> 16);

Completed in 104 milliseconds