Home
last modified time | relevance | path

Searched refs:adjacent_speech_frames_threshold (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/modules/audio_processing/agc2/
Dspeech_level_estimator_unittest.cc46 int adjacent_speech_frames_threshold) { in GetAdaptiveDigitalConfig() argument
48 config.adjacent_speech_frames_threshold = adjacent_speech_frames_threshold; in GetAdaptiveDigitalConfig()
58 explicit TestLevelEstimator(int adjacent_speech_frames_threshold) in TestLevelEstimator()
62 GetAdaptiveDigitalConfig(adjacent_speech_frames_threshold))), in TestLevelEstimator()
176 int adjacent_speech_frames_threshold() const { return GetParam(); } in adjacent_speech_frames_threshold() function in webrtc::__anonead24bc70111::SpeechLevelEstimatorParametrization
180 TestLevelEstimator level_estimator(adjacent_speech_frames_threshold()); in TEST_P()
183 for (int i = 0; i < adjacent_speech_frames_threshold() - 1; ++i) { in TEST_P()
197 TestLevelEstimator level_estimator(adjacent_speech_frames_threshold()); in TEST_P()
200 for (int i = 0; i < adjacent_speech_frames_threshold(); ++i) { in TEST_P()
Dsaturation_protector_unittest.cc106 int adjacent_speech_frames_threshold() const { return GetParam(); } in adjacent_speech_frames_threshold() function in webrtc::__anon489c272c0111::SaturationProtectorParametrization
112 kInitialHeadroomDb, adjacent_speech_frames_threshold(), &apm_data_dumper); in TEST_P()
114 RunOnConstantLevel(/*num_iterations=*/adjacent_speech_frames_threshold() - 1, in TEST_P()
125 kInitialHeadroomDb, adjacent_speech_frames_threshold(), &apm_data_dumper); in TEST_P()
127 RunOnConstantLevel(/*num_iterations=*/adjacent_speech_frames_threshold() + 1, in TEST_P()
Dsaturation_protector.cc98 int adjacent_speech_frames_threshold, in SaturationProtectorImpl() argument
102 adjacent_speech_frames_threshold_(adjacent_speech_frames_threshold) { in SaturationProtectorImpl()
177 int adjacent_speech_frames_threshold, in CreateSaturationProtector() argument
180 initial_headroom_db, adjacent_speech_frames_threshold, apm_data_dumper); in CreateSaturationProtector()
Dadaptive_digital_gain_applier_unittest.cc255 int adjacent_speech_frames_threshold() const { return GetParam(); } in adjacent_speech_frames_threshold() function in webrtc::__anondf3f08360111::AdaptiveDigitalGainApplierTest
261 config.adjacent_speech_frames_threshold = adjacent_speech_frames_threshold(); in TEST_P()
269 for (int i = 0; i < config.adjacent_speech_frames_threshold; ++i) { in TEST_P()
283 config.adjacent_speech_frames_threshold = adjacent_speech_frames_threshold(); in TEST_P()
291 for (int i = 0; i < config.adjacent_speech_frames_threshold; ++i) { in TEST_P()
Dadaptive_digital_gain_applier.cc133 config_.adjacent_speech_frames_threshold), in AdaptiveDigitalGainApplier()
190 frames_to_gain_increase_allowed_ = config_.adjacent_speech_frames_threshold; in Process()
206 max_gain_increase_db *= config_.adjacent_speech_frames_threshold; in Process()
Dsaturation_protector.h41 int adjacent_speech_frames_threshold,
Dadaptive_digital_gain_controller.cc54 config.adjacent_speech_frames_threshold, in AdaptiveDigitalGainController()
Dspeech_level_estimator.cc53 config.adjacent_speech_frames_threshold), in SpeechLevelEstimator()
/external/webrtc/modules/audio_processing/include/
Daudio_processing.cc94 adjacent_speech_frames_threshold == in operator ==()
95 rhs.adjacent_speech_frames_threshold && in operator ==()
208 << gain_controller2.adaptive_digital.adjacent_speech_frames_threshold in ToString()
Daudio_processing.h379 int adjacent_speech_frames_threshold = 12; member
/external/webrtc/modules/audio_processing/
Daudio_processing_unittest.cc3085 a_adaptive.adjacent_speech_frames_threshold++; in TEST()
3086 b_adaptive.adjacent_speech_frames_threshold = in TEST()
3087 a_adaptive.adjacent_speech_frames_threshold; in TEST()
3142 a_adaptive.adjacent_speech_frames_threshold++; in TEST()