Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Decho_path_delay_estimator.cc68 std::array<float, kBlockSize> downmixed_capture; in EstimateDelay() local
69 capture_mixer_.ProduceOutput(capture, downmixed_capture); in EstimateDelay()
70 capture_decimator_.Decimate(downmixed_capture, downsampled_capture); in EstimateDelay()