Home
last modified time | relevance | path

Searched refs:capture_decimator_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Decho_path_delay_estimator.cc33 capture_decimator_(down_sampling_factor_), in EchoPathDelayEstimator()
70 capture_decimator_.Decimate(downmixed_capture, downsampled_capture); in EstimateDelay()
Decho_path_delay_estimator.h65 Decimator capture_decimator_; variable