Searched refs:totalErrorSquared (Results 1 – 4 of 4) sorted by relevance
323 long totalErrorSquared = 0; in getRmsError() local332 totalErrorSquared += d * d; in getRmsError()335 long avgErrorSquared = (totalErrorSquared / (length / 2)); in getRmsError()
394 long totalErrorSquared = 0; in getRmsError() local401 totalErrorSquared += d * d; in getRmsError()403 long avgErrorSquared = (totalErrorSquared / shortData.length); in getRmsError()
1157 double totalErrorSquared = 0; in runDecoder() local1237 totalErrorSquared += expected.calcErrorSquared(decoded); in runDecoder()1255 totalErrorSquared += expected.calcErrorSquared(decoded); in runDecoder()1295 double errorRms = Math.sqrt(totalErrorSquared / PIXEL_CHECK_PER_FRAME / outFrameCount / 3); in runDecoder()
1494 long totalErrorSquared = 0;1502 totalErrorSquared += d * d;1504 long avgErrorSquared = (totalErrorSquared / signal.length);