Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/vad/
Dvad_circular_buffer.cc112 double val_threshold) { in RemoveTransient() argument
121 if (v < val_threshold) { in RemoveTransient()
127 if (v < val_threshold) in RemoveTransient()
Dvad_circular_buffer.h44 int RemoveTransient(int width_threshold, double val_threshold);