Home | History | Annotate | Download | only in mlutils

Lines Matching full:rms_threshsq

172     float rms_threshSq;
269 test_setup.rms_threshSq = rms_thresh * rms_thresh;
506 if (RMS[j] > test_setup.rms_threshSq * total_count) {
510 sqrt(test_setup.rms_threshSq));