Searched refs:prediction_history_index (Results 1 – 1 of 1) sorted by relevance
24 int prediction_history_index = 0; variable35 prediction_history[i][prediction_history_index] = output[i]; in PredictGesture()38 ++prediction_history_index; in PredictGesture()39 if (prediction_history_index >= kPredictionHistoryLength) { in PredictGesture()40 prediction_history_index = 0; in PredictGesture()