Home
last modified time | relevance | path

Searched refs:subband2 (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dsubband_nearend_detector.cc27 1.f / (config_.subband2.high - config_.subband2.low + 1)) {} in SubbandNearendDetector()
58 std::accumulate(nearend.begin() + config_.subband2.low, in Update()
59 nearend.begin() + config_.subband2.high + 1, 0.f) * in Update()
/external/webrtc/api/audio/test/
Decho_canceller3_config_json_unittest.cc60 EXPECT_EQ(cfg.suppressor.subband_nearend_detection.subband2.low, in TEST()
61 cfg_transformed.suppressor.subband_nearend_detection.subband2.low); in TEST()
62 EXPECT_EQ(cfg.suppressor.subband_nearend_detection.subband2.high, in TEST()
63 cfg_transformed.suppressor.subband_nearend_detection.subband2.high); in TEST()
/external/webrtc/api/audio/
Decho_canceller3_config.cc248 res & Limit(&c->suppressor.subband_nearend_detection.subband2.low, 0, 65); in Validate()
249 res = res & Limit(&c->suppressor.subband_nearend_detection.subband2.high, in Validate()
250 c->suppressor.subband_nearend_detection.subband2.low, 65); in Validate()
Decho_canceller3_config.h208 SubbandRegion subband2 = {1, 1}; member
Decho_canceller3_config_json.cc359 &cfg.suppressor.subband_nearend_detection.subband2); in Aec3ConfigFromJsonString()
653 ost << config.suppressor.subband_nearend_detection.subband2.low << ","; in Aec3ConfigToJsonString()
654 ost << config.suppressor.subband_nearend_detection.subband2.high; in Aec3ConfigToJsonString()