Searched refs:ScaleShift (Results 1 – 6 of 6) sorted by relevance
844 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local845 Scale += ScaleShift; in shiftLeft()846 if (ScaleShift == Shift) in shiftLeft()854 Shift -= ScaleShift; in shiftLeft()874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local875 Scale -= ScaleShift; in shiftRight()876 if (ScaleShift == Shift) in shiftRight()880 Shift -= ScaleShift; in shiftRight()
67 int16_t ScaleShift(size_t channel) const;
875 if (background_noise_->ScaleShift(channel) > 1) { in GenerateBackgroundNoise()876 dc_offset = 1 << (background_noise_->ScaleShift(channel) - 1); in GenerateBackgroundNoise()883 background_noise_->ScaleShift(channel), in GenerateBackgroundNoise()
165 int16_t BackgroundNoise::ScaleShift(size_t channel) const { in ScaleShift() function in webrtc::BackgroundNoise
75 (rc)->logscale = c->ScaleShift##chan; \
90 (rc)->logscale = c->ScaleShift##chan; \