Searched refs:shortMax (Results 1 – 2 of 2) sorted by relevance
30 _history[i].shortMax = 0; in Reset()58 _history[i + 1].shortMax = _history[i].shortMax; in UpdateMaxHistory()66 _history[0].shortMax = _shortMax; in UpdateMaxHistory()85 if (_history[i].shortMax > _filteredMax) { in ProcessHistory()87 _filteredMax = _history[i].shortMax; in ProcessHistory()
25 VCMShortMaxSample() : shortMax(0), timeMs(-1) {} in VCMShortMaxSample()27 int32_t shortMax; variable