Home
last modified time | relevance | path

Searched refs:ScaleShift (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
DScaledNumber.h844 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local
845 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() local
875 Scale -= ScaleShift; in shiftRight()
876 if (ScaleShift == Shift) in shiftRight()
880 Shift -= ScaleShift; in shiftRight()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dbackground_noise.h67 int16_t ScaleShift(size_t channel) const;
Dexpand.cc875 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()
Dbackground_noise.cc165 int16_t BackgroundNoise::ScaleShift(size_t channel) const { in ScaleShift() function in webrtc::BackgroundNoise
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_frag.c75 (rc)->logscale = c->ScaleShift##chan; \
Dnv10_state_frag.c90 (rc)->logscale = c->ScaleShift##chan; \