Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dbackground_noise.cc148 if (ScaleShift(channel) > 1) { in GenerateBackgroundNoise()
149 dc_offset = 1 << (ScaleShift(channel) - 1); in GenerateBackgroundNoise()
155 ScaleShift(channel), num_noise_samples); in GenerateBackgroundNoise()
217 int16_t BackgroundNoise::ScaleShift(size_t channel) const { in ScaleShift() function in webrtc::BackgroundNoise
Dbackground_noise.h76 int16_t ScaleShift(size_t channel) const;
/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/llvm-project/llvm/include/llvm/Support/
DScaledNumber.h843 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local
844 Scale += ScaleShift; in shiftLeft()
845 if (ScaleShift == Shift) in shiftLeft()
853 Shift -= ScaleShift; in shiftLeft()
873 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local
874 Scale -= ScaleShift; in shiftRight()
875 if (ScaleShift == Shift) in shiftRight()
879 Shift -= ScaleShift; in shiftRight()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h843 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local
844 Scale += ScaleShift; in shiftLeft()
845 if (ScaleShift == Shift) in shiftLeft()
853 Shift -= ScaleShift; in shiftLeft()
873 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local
874 Scale -= ScaleShift; in shiftRight()
875 if (ScaleShift == Shift) in shiftRight()
879 Shift -= ScaleShift; in shiftRight()
/external/llvm-project/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp52 return Scaled64(Edge.second.RelBlockFreq, -CalleeInfo::ScaleShift); in computeSyntheticCounts()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp52 return Scaled64(Edge.second.RelBlockFreq, -CalleeInfo::ScaleShift); in computeSyntheticCounts()
/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; \
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h71 static constexpr int32_t ScaleShift = 8; member
94 Scaled64 Temp(BlockFreq, ScaleShift); in updateRelBlockFreq()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h70 static constexpr int32_t ScaleShift = 8; member
93 Scaled64 Temp(BlockFreq, ScaleShift); in updateRelBlockFreq()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp39093 unsigned ScaleShift = countTrailingZeros(MulAmt); in combineMulSpecial() local
39094 if (ScaleShift >= 1 && ScaleShift < 4) { in combineMulSpecial()
39099 DAG.getConstant(ScaleShift, DL, MVT::i8)); in combineMulSpecial()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp42121 unsigned ScaleShift = countTrailingZeros(MulAmt); in combineMulSpecial() local
42122 if (ScaleShift >= 1 && ScaleShift < 4) { in combineMulSpecial()
42127 DAG.getConstant(ScaleShift, DL, MVT::i8)); in combineMulSpecial()