Searched refs:getRmsError (Results 1 – 6 of 6) sorted by relevance
151 float getRmsError(uint8_t* refData, int length);
365 float OutputManager::getRmsError(uint8_t* refData, int length) { in getRmsError() function in OutputManager
412 float currError = ref->getRmsError(mRefData, mRefLength); in testSimpleDecode()
384 public float getRmsError(Object refObject, int audioFormat) { in getRmsError() method in OutputManager
314 float currError = outBuff.getRmsError(refObject, audioFormat); in verify()
1397 private double getRmsError(short[] signal) throws RuntimeException {1436 double rmse = getRmsError(decoded);1566 double rmse = getRmsError(decoded);