Searched refs:HISTORY_MAX (Results 1 – 3 of 3) sorted by relevance
34 #define HISTORY_MAX 64 macro72 pa_usec_t history_x[HISTORY_MAX], history_y[HISTORY_MAX];105 pa_assert(min_history <= HISTORY_MAX); in pa_smoother_new()127 x = (x) % HISTORY_MAX; \132 x = ((x)+1) % HISTORY_MAX; \185 if (s->n_history > HISTORY_MAX) { in add_to_history()186 s->history_idx += s->n_history - HISTORY_MAX; in add_to_history()188 s->n_history = HISTORY_MAX; in add_to_history()
25 #define HISTORY_MAX 100 macro200 if (count >= HISTORY_MAX && last) { in history_add()