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

  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer_params.h 76 float min_decision_threshold() const { return min_decision_threshold_; } function in class:content::EnergyEndpointerParams
77 void set_min_decision_threshold(float min_decision_threshold) {
78 min_decision_threshold_ = min_decision_threshold;
energy_endpointer.cc 327 if (decision_threshold_ < params_.min_decision_threshold())
328 decision_threshold_ = params_.min_decision_threshold();
366 if (decision_threshold_ < params_.min_decision_threshold())
367 decision_threshold_ = params_.min_decision_threshold();
energy_endpointer_params.cc 45 min_decision_threshold_ = source.min_decision_threshold();

Completed in 1761 milliseconds