Searched refs:detection_length_ (Results 1 – 2 of 2) sorted by relevance
49 detection_length_(0), in TransientSuppressor()116 detection_length_ = detection_rate_hz * ts::kChunkSizeMs / 1000; in Initialize()117 detection_buffer_.reset(new float[detection_length_]); in Initialize()120 detection_length_ * sizeof(detection_buffer_[0])); in Initialize()175 detection_length != detection_length_ || voice_probability < 0 || in Suppress()
77 size_t detection_length_; variable