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

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirGen.h550 constexpr int64_t integralShift = std::is_integral<T>::value ? (sizeof(T) * 8 - 1) : 0; local
551 const double norm = 1. / (L << integralShift);

Completed in 22 milliseconds