Searched refs:kRmsErrorTolerance (Results 1 – 3 of 3) sorted by relevance
52 extern const float kRmsErrorTolerance;
52 const float kRmsErrorTolerance = 1.05f; variable
413 float errMargin = rmsError * kRmsErrorTolerance; in testSimpleDecode()