Searched refs:diffDistance (Results 1 – 1 of 1) sorted by relevance
289 int16_t diffDistance = prefetchedValue - updateAttrValue; in PerformTransition() local290 if (((diffDistance < 1) && (diffDistance > -1)) || (elapsedTime > params_.during)) { in PerformTransition()