Home
last modified time | relevance | path

Searched refs:predictionTargetIndex (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/input/tests/
DMotionPredictorMetricsManager_test.cpp523 for (size_t predictionTargetIndex = 0; predictionTargetIndex < TEST_MAX_NUM_PREDICTIONS; in computeGeneralPositionErrors() local
524 ++predictionTargetIndex) { in computeGeneralPositionErrors()
531 sourceGroundTruthIndex + predictionTargetIndex + 1; in computeGeneralPositionErrors()
541 predictionPoints[sourceGroundTruthIndex][predictionTargetIndex].position - in computeGeneralPositionErrors()
568 for (size_t predictionTargetIndex = 0; predictionTargetIndex < TEST_MAX_NUM_PREDICTIONS; in computePressureRmses() local
569 ++predictionTargetIndex) { in computePressureRmses()
574 sourceGroundTruthIndex + predictionTargetIndex + 1; in computePressureRmses()
578 predictionPoints[sourceGroundTruthIndex][predictionTargetIndex].pressure - in computePressureRmses()