Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DMotionPredictorMetricsManager_test.cpp530 const size_t targetGroundTruthIndex = in computeGeneralPositionErrors() local
533 if (targetGroundTruthIndex < groundTruthPoints.size()) { in computeGeneralPositionErrors()
535 (groundTruthPoints[targetGroundTruthIndex].position - in computeGeneralPositionErrors()
536 groundTruthPoints[targetGroundTruthIndex - 1].position) in computeGeneralPositionErrors()
542 groundTruthPoints[targetGroundTruthIndex].position; in computeGeneralPositionErrors()
573 const size_t targetGroundTruthIndex = in computePressureRmses() local
576 if (targetGroundTruthIndex < groundTruthPoints.size()) { in computePressureRmses()
579 groundTruthPoints[targetGroundTruthIndex].pressure); in computePressureRmses()