Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DMotionPredictorMetricsManager_test.cpp528 for (size_t sourceGroundTruthIndex = 1; sourceGroundTruthIndex < groundTruthPoints.size(); in computeGeneralPositionErrors() local
529 ++sourceGroundTruthIndex) { in computeGeneralPositionErrors()
531 sourceGroundTruthIndex + predictionTargetIndex + 1; in computeGeneralPositionErrors()
541 predictionPoints[sourceGroundTruthIndex][predictionTargetIndex].position - in computeGeneralPositionErrors()
571 for (size_t sourceGroundTruthIndex = 1; sourceGroundTruthIndex < groundTruthPoints.size(); in computePressureRmses() local
572 ++sourceGroundTruthIndex) { in computePressureRmses()
574 sourceGroundTruthIndex + predictionTargetIndex + 1; in computePressureRmses()
578 predictionPoints[sourceGroundTruthIndex][predictionTargetIndex].pressure - in computePressureRmses()