Searched defs:pa_smoother (Results 1 – 2 of 2) sorted by relevance
59 struct pa_smoother { struct60 pa_usec_t adjust_time, history_time;62 pa_usec_t time_offset;64 pa_usec_t px, py; /* Point p, where we want to reach stability */65 double dp; /* Gradient we want at point p */67 pa_usec_t ex, ey; /* Point e, which we estimated before and need to smooth to */91 pa_smoother* pa_smoother_new( in pa_smoother_new() argument
26 typedef struct pa_smoother pa_smoother; typedef