Home
last modified time | relevance | path

Searched refs:history_y (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother.c72 pa_usec_t history_x[HISTORY_MAX], history_y[HISTORY_MAX]; member
163 s->history_y[i] = y; in add_to_history()
179 s->history_y[j] = y; in add_to_history()
213 ay += (int64_t) s->history_y[i]; in avg_gradient()
231 dy = (int64_t) s->history_y[i] - ay; in avg_gradient()