Searched refs:detection_length_ (Results 1 – 2 of 2) sorted by relevance
51 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()
80 size_t detection_length_; variable