Home
last modified time | relevance | path

Searched refs:snr_threshold (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/api/audio/test/
Decho_canceller3_config_json_unittest.cc30 cfg.suppressor.subband_nearend_detection.snr_threshold = 100.f; in TEST()
67 EXPECT_EQ(cfg.suppressor.subband_nearend_detection.snr_threshold, in TEST()
68 cfg_transformed.suppressor.subband_nearend_detection.snr_threshold); in TEST()
/external/webrtc/api/audio/
Decho_canceller3_config.h195 float snr_threshold = 30.f; member
210 float snr_threshold = 1.f; member
Decho_canceller3_config_json.cc341 &cfg.suppressor.dominant_nearend_detection.snr_threshold); in Aec3ConfigFromJsonString()
363 &cfg.suppressor.subband_nearend_detection.snr_threshold); in Aec3ConfigFromJsonString()
636 << config.suppressor.dominant_nearend_detection.snr_threshold << ","; in Aec3ConfigToJsonString()
659 << config.suppressor.subband_nearend_detection.snr_threshold; in Aec3ConfigToJsonString()
Decho_canceller3_config.cc233 res = res & Limit(&c->suppressor.dominant_nearend_detection.snr_threshold, in Validate()
253 res = res & Limit(&c->suppressor.subband_nearend_detection.snr_threshold, 0.f, in Validate()
/external/webrtc/modules/audio_processing/aec3/
Ddominant_nearend_detector.cc21 snr_threshold_(config.snr_threshold), in DominantNearendDetector()
Dsubband_nearend_detector.cc67 (nearend_power_subband1 > config_.snr_threshold * noise_power)); in Update()
Decho_canceller3_unittest.cc792 ASSERT_NE(adjusted_config.suppressor.dominant_nearend_detection.snr_threshold, in TEST()
793 default_config.suppressor.dominant_nearend_detection.snr_threshold); in TEST()
831 adjusted_config.suppressor.dominant_nearend_detection.snr_threshold, 1.5); in TEST()
876 ASSERT_EQ(adjusted_config.suppressor.dominant_nearend_detection.snr_threshold, in TEST()
877 default_config.suppressor.dominant_nearend_detection.snr_threshold); in TEST()
Decho_canceller3.cc429 adjusted_cfg.suppressor.dominant_nearend_detection.snr_threshold); in AdjustConfig()
485 adjusted_cfg.suppressor.dominant_nearend_detection.snr_threshold = in AdjustConfig()
542 &adjusted_cfg.suppressor.dominant_nearend_detection.snr_threshold); in AdjustConfig()