Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dstats.c163 …double min_runs = 0, max_count = 0, min = 2, max = -2, max_sigma_x = 0, sigma_x = 0, sigma_x2 = 0,… in stop() local
180 if (fabs(q->sigma_x) > fabs(max_sigma_x)) in stop()
181 max_sigma_x = q->sigma_x; in stop()
205 output(p, max_sigma_x / p->num_samples); in stop()