Searched refs:pitch_max_error (Results 1 – 2 of 2) sorted by relevance
80 public static final float pitch_max_error = 0.35f; field in RVCVXCheckTestActivity.Criterion201 getReportLog().addValue("Pitch error MAX", mReport.pitch_max_error, in activitySetUp()229 mReport.pitch_rms_error, mReport.pitch_max_error, in activitySetUp()321 Assert.assertEquals("Pitch max error", 0.0, mReport.pitch_max_error, in test2PitchAxis()322 Criterion.pitch_max_error); in test2PitchAxis()
96 public double pitch_max_error; field in RVCVXCheckAnalyzer.AnalyzeReport147 writer.name("pitch_max_error").value(pitch_max_error); in writeJSONToStream()263 report.pitch_max_error = calcMaxErr(vrecs, srecs2, 1); in processDataSet()