Searched refs:TransientDetector (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dtransient_detector.h27 class TransientDetector { class in namespace:webrtc
34 TransientDetector(int sample_rate_hz);
36 ~TransientDetector();
H A Dtransient_detector.cc30 TransientDetector::TransientDetector(int sample_rate_hz) function in class:webrtc::TransientDetector
67 TransientDetector::~TransientDetector() {}
69 float TransientDetector::Detect(const float* data,
144 float TransientDetector::ReferenceDetectionValue(const float* data,
H A Dtransient_suppressor.h23 class TransientDetector;
74 rtc::scoped_ptr<TransientDetector> detector_;
H A Dclick_annotate.cc23 using webrtc::TransientDetector;
69 TransientDetector detector(sample_rate_hz);
H A Dtransient_detector_unittest.cc78 TransientDetector detector(sample_rate_hz);
H A Dtransient_suppressor.cc101 detector_.reset(new TransientDetector(detection_rate_hz));

Completed in 75 milliseconds