Searched refs:highVelocityErrorsCount (Results 1 – 2 of 2) sorted by relevance
232 ++mAggregatedMetrics[tIndex].highVelocityErrorsCount; in updateAggregatedMetrics()309 if ((i + 2 >= mMaxNumPredictions) && (mAggregatedMetrics[i].highVelocityErrorsCount > 0)) { in computeAtomFields()316 mAggregatedMetrics[i].highVelocityErrorsCount); in computeAtomFields()326 mAggregatedMetrics[i].highVelocityErrorsCount); in computeAtomFields()
127 size_t highVelocityErrorsCount = 0; member