Searched defs:ScaleShift (Results 1 – 8 of 8) sorted by relevance
217 int16_t BackgroundNoise::ScaleShift(size_t channel) const { in ScaleShift() function in webrtc::BackgroundNoise
71 static constexpr int32_t ScaleShift = 8; member
70 static constexpr int32_t ScaleShift = 8; member
844 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local
843 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local873 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local
39093 unsigned ScaleShift = countTrailingZeros(MulAmt); in combineMulSpecial() local
42121 unsigned ScaleShift = countTrailingZeros(MulAmt); in combineMulSpecial() local