Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/transient/
Dtransient_suppressor_impl.cc51 detection_length_(0), in TransientSuppressorImpl()
116 detection_length_ = detection_rate_hz * ts::kChunkSizeMs / 1000; in Initialize()
117 detection_buffer_.reset(new float[detection_length_]); in Initialize()
119 detection_length_ * sizeof(detection_buffer_[0])); in Initialize()
171 detection_length != detection_length_ || voice_probability < 0 || in Suppress()
Dtransient_suppressor_impl.h80 size_t detection_length_; variable