Searched refs:RMS (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/ |
D | level_estimator_impl.cc | 57 int LevelEstimatorImpl::RMS() { in RMS() function in webrtc::LevelEstimatorImpl 63 return rms_->RMS(); in RMS()
|
D | rms_level.h | 49 int RMS();
|
D | level_estimator_impl.h | 36 int RMS() override;
|
D | rms_level.cc | 42 int RMSLevel::RMS() { in RMS() function in webrtc::RMSLevel
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1744 ArrayRef<SlotIndex> RMS = LIS->getRegMaskSlotsInBlock(BI.MBB->getNumber()); in tryLocalSplit() local 1745 DEBUG(dbgs() << RMS.size() << " regmasks in block:"); in tryLocalSplit() 1747 unsigned ri = std::lower_bound(RMS.begin(), RMS.end(), in tryLocalSplit() 1748 Uses.front().getRegSlot()) - RMS.begin(); in tryLocalSplit() 1749 unsigned re = RMS.size(); in tryLocalSplit() 1752 assert(!SlotIndex::isEarlierInstr(RMS[ri], Uses[i])); in tryLocalSplit() 1753 if (SlotIndex::isEarlierInstr(Uses[i+1], RMS[ri])) in tryLocalSplit() 1757 if (SlotIndex::isSameInstr(Uses[i+1], RMS[ri]) && i+1 == NumGaps) in tryLocalSplit() 1759 DEBUG(dbgs() << ' ' << RMS[ri] << ':' << Uses[i] << '-' << Uses[i+1]); in tryLocalSplit() 1763 while (ri != re && SlotIndex::isEarlierInstr(RMS[ri], Uses[i+1])) in tryLocalSplit()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 1414 EXPECT_EQ(apm_->kNotEnabledError, apm_->level_estimator()->RMS()); in TEST_F() 1426 EXPECT_EQ(127, apm_->level_estimator()->RMS()); in TEST_F() 1432 EXPECT_EQ(127, apm_->level_estimator()->RMS()); in TEST_F() 1439 EXPECT_EQ(0, apm_->level_estimator()->RMS()); in TEST_F() 1444 EXPECT_EQ(1, apm_->level_estimator()->RMS()); in TEST_F() 1449 EXPECT_EQ(10, apm_->level_estimator()->RMS()); in TEST_F() 1454 EXPECT_EQ(70, apm_->level_estimator()->RMS()); in TEST_F() 1463 EXPECT_EQ(90, apm_->level_estimator()->RMS()); in TEST_F() 1471 EXPECT_EQ(90, apm_->level_estimator()->RMS()); in TEST_F() 2157 int rms_level = apm_->level_estimator()->RMS(); in TEST_F()
|
D | process_test.cc | 1080 printf("RMS: %d dBFS\n", -apm->level_estimator()->RMS()); in void_main()
|
/external/webrtc/webrtc/modules/audio_processing/include/ |
D | mock_audio_processing.h | 127 MOCK_METHOD0(RMS,
|
D | audio_processing.h | 877 virtual int RMS() = 0;
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.cc | 266 _rtpRtcpModule->SetAudioLevel(rms_level_.RMS()); in SendData()
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 3760 "more-lunatic-than-RMS" wing of Debian by removing RFC-4122 so we
|