Home
last modified time | relevance | path

Searched refs:nde (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother.c347 double nde; in pa_smoother_put() local
363 estimate(s, x, &ney, &nde); in pa_smoother_put()
364 s->ex = x; s->ey = ney; s->de = nde; in pa_smoother_put()
478 double nde; in pa_smoother_translate() local
488 estimate(s, x, &ney, &nde); in pa_smoother_translate()
492 if (s->dp > nde) in pa_smoother_translate()
493 nde = s->dp; in pa_smoother_translate()
496 pa_log_debug("translate(%llu) = %llu (%0.2f)", (unsigned long long) y_delay, (unsigned long long) ((double) y_delay / nde), nde); in pa_smoother_translate()
499 return (pa_usec_t) llrint((double) y_delay / nde); in pa_smoother_translate()
[all...]

Completed in 2 milliseconds