Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.cc168 const float* detection_data, in Suppress() argument
187 if (!detection_data) { in Suppress()
190 detection_data = &in_buffer_[buffer_delay_]; in Suppress()
194 detection_data, detection_length, reference_data, reference_length); in Suppress()
Dtransient_suppressor.h54 const float* detection_data,