Searched refs:pitch_rms_error (Results 1 – 2 of 2) sorted by relevance
80 public static final float pitch_rms_error = 0.15f; field in RVCVXCheckTestActivity.Criterion199 getReportLog().addValue("Pitch error RMS", mReport.pitch_rms_error, in activitySetUp()234 mReport.pitch_rms_error, mReport.pitch_max_error, in activitySetUp()322 assertLessThan("Pitch RMS error", mReport.pitch_rms_error, Criterion.pitch_rms_error); in test2PitchAxis()
94 public double pitch_rms_error; field in RVCVXCheckAnalyzer.AnalyzeReport148 writer.name("pitch_rms_error").value(pitch_rms_error); in writeJSONToStream()263 report.pitch_rms_error = Math.sqrt(calcSqrErr(vrecs, srecs2, 1)); in processDataSet()