Home | History | Annotate | Download | only in mlutils

Lines Matching full:bias_thresh

171     int bias_thresh;
245 * @param bias_thresh
259 int bias_thresh, float rms_thresh,
268 test_setup.bias_thresh = bias_thresh;
487 if (fabs(Avg[j]) > test_setup.bias_thresh) {
490 a_name[j], Avg[j], test_setup.bias_thresh);