Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects_i_dsp.c93 double start_1d, double end_1d, double * y_2d) in lsx_prepare_spline3() argument
98 if (start_1d == HUGE_VAL) in lsx_prepare_spline3()
102 u[0] = (3 / (x[1] - x[0])) * ((y[1] - y[0]) / (x[1] - x[0]) - start_1d); in lsx_prepare_spline3()
H A Dsox_i.h84 double start_1d, double end_1d, double * y_2d);