Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Dtyping_detection.cc23 cost_per_typing_(100), in TypingDetection()
47 penalty_counter_ += cost_per_typing_; in Process()
78 if (cost_per_typing) cost_per_typing_ = cost_per_typing; in SetParameters()
Dtyping_detection.h63 int cost_per_typing_; variable