Searched refs:x_inf (Results 1 – 1 of 1) sorted by relevance
669 final float x_inf = (float) index / NB_SAMPLES; in adjustDuration() local673 final float timeCoef = t_inf + (x - x_inf) / (x_sup - x_inf) * (t_sup - t_inf); in adjustDuration()