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

  /external/webrtc/webrtc/modules/audio_processing/
typing_detection.cc 18 penalty_counter_(0),
47 penalty_counter_ += cost_per_typing_;
48 if (penalty_counter_ > reporting_threshold_)
52 if (penalty_counter_ > 0)
53 penalty_counter_ -= penalty_decay_;
typing_detection.h 44 int penalty_counter_; member in class:webrtc::TypingDetection
65 // Threshold for |penalty_counter_|.
68 // How much we reduce |penalty_counter_| every 10 ms.

Completed in 4779 milliseconds