Searched refs:totalErrorSquared (Results 1 – 2 of 2) sorted by relevance
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()
1410 long totalErrorSquared = 0;1418 totalErrorSquared += d * d;1420 long avgErrorSquared = (totalErrorSquared / signal.length);