Searched refs:HIGH_VELOCITY_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
40 inline constexpr float HIGH_VELOCITY_THRESHOLD = 1100.0; variable227 if ((tIndex + 2 >= mMaxNumPredictions) && (velocity > HIGH_VELOCITY_THRESHOLD)) { in updateAggregatedMetrics()