Searched refs:MAX_HISTORY_SIZE (Results 1 – 2 of 2) sorted by relevance
29 for (int i = 0; i < MAX_HISTORY_SIZE; i++) { in Reset()57 for (int i = (MAX_HISTORY_SIZE - 2); i >= 0; i--) { in UpdateMaxHistory()77 for (int i = 0; i < MAX_HISTORY_SIZE; i++) { in ProcessHistory()81 if (nowMs - _history[i].timeMs > MAX_HISTORY_SIZE * SHORT_FILTER_MS) { in ProcessHistory()
20 #define MAX_HISTORY_SIZE 10 macro52 VCMShortMaxSample _history[MAX_HISTORY_SIZE];