/external/webrtc/modules/audio_processing/agc2/ |
D | speech_level_estimator_unittest.cc | 46 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()
|
D | saturation_protector_unittest.cc | 106 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()
|
D | saturation_protector.cc | 98 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()
|
D | adaptive_digital_gain_applier_unittest.cc | 255 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()
|
D | adaptive_digital_gain_applier.cc | 133 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()
|
D | saturation_protector.h | 41 int adjacent_speech_frames_threshold,
|
D | adaptive_digital_gain_controller.cc | 54 config.adjacent_speech_frames_threshold, in AdaptiveDigitalGainController()
|
D | speech_level_estimator.cc | 53 config.adjacent_speech_frames_threshold), in SpeechLevelEstimator()
|
/external/webrtc/modules/audio_processing/include/ |
D | audio_processing.cc | 94 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()
|
D | audio_processing.h | 379 int adjacent_speech_frames_threshold = 12; member
|
/external/webrtc/modules/audio_processing/ |
D | audio_processing_unittest.cc | 3085 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()
|