Searched refs:subband2 (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_processing/aec3/ |
D | subband_nearend_detector.cc | 27 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/ |
D | echo_canceller3_config_json_unittest.cc | 60 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/ |
D | echo_canceller3_config.cc | 248 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()
|
D | echo_canceller3_config.h | 208 SubbandRegion subband2 = {1, 1}; member
|
D | echo_canceller3_config_json.cc | 359 &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()
|