Searched refs:prediction_sum (Results 1 – 1 of 1) sorted by relevance
49 float prediction_sum = 0.0f; in PredictGesture() local51 prediction_sum += prediction_history[i][j]; in PredictGesture()53 const float prediction_average = prediction_sum / kPredictionHistoryLength; in PredictGesture()