HomeSort by relevance Sort by last modified time
    Searched refs:detection_buffer_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_suppressor.h 84 rtc::scoped_ptr<float[]> detection_buffer_; member in class:webrtc::TransientSuppressor
transient_suppressor.cc 117 detection_buffer_.reset(new float[detection_length_]);
118 memset(detection_buffer_.get(),
120 detection_length_ * sizeof(detection_buffer_[0]));

Completed in 165 milliseconds