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