Searched refs:ScaleShift (Results 1 – 9 of 9) 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; \
69 static constexpr int32_t ScaleShift = 8; member92 Scaled64 Temp(BlockFreq, ScaleShift); in updateRelBlockFreq()
33769 unsigned ScaleShift = countTrailingZeros(MulAmt); in combineMulSpecial() local33770 if (ScaleShift >= 1 && ScaleShift < 4) { in combineMulSpecial()33775 DAG.getConstant(ScaleShift, DL, MVT::i8)); in combineMulSpecial()