Searched refs:kPredictionHistoryLength (Results 1 – 2 of 2) sorted by relevance
23 float prediction_history[kGestureCount][kPredictionHistoryLength] = {};39 if (prediction_history_index >= kPredictionHistoryLength) { in PredictGesture()50 for (int j = 0; j < kPredictionHistoryLength; ++j) { in PredictGesture()53 const float prediction_average = prediction_sum / kPredictionHistoryLength; in PredictGesture()
37 constexpr int kPredictionHistoryLength = 5; variable