Searched refs:snr_threshold (Results 1 – 8 of 8) sorted by relevance
30 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()
195 float snr_threshold = 30.f; member210 float snr_threshold = 1.f; member
341 &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()
233 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()
21 snr_threshold_(config.snr_threshold), in DominantNearendDetector()
67 (nearend_power_subband1 > config_.snr_threshold * noise_power)); in Update()
792 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()
429 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()