Searched refs:totalErrorSquared (Results 1 – 4 of 4) sorted by relevance
385 double totalErrorSquared = 0; in getRmsError() local397 totalErrorSquared += d * d; in getRmsError()399 avgErrorSquared = (totalErrorSquared / refData.length); in getRmsError()419 totalErrorSquared += d * d; in getRmsError()421 avgErrorSquared = (totalErrorSquared / refData.length); in getRmsError()431 totalErrorSquared += d * d; in getRmsError()433 avgErrorSquared = (totalErrorSquared / refData.length); in getRmsError()442 totalErrorSquared += d * d; in getRmsError()444 avgErrorSquared = (totalErrorSquared / refData.length); in getRmsError()
366 long totalErrorSquared = 0; in getRmsError() local375 totalErrorSquared += d * d; in getRmsError()378 long avgErrorSquared = (totalErrorSquared / (length / 2)); in getRmsError()
867 double totalErrorSquared = 0; in runDecoder() local947 totalErrorSquared += expected.calcErrorSquared(decoded); in runDecoder()965 totalErrorSquared += expected.calcErrorSquared(decoded); in runDecoder()1005 double errorRms = Math.sqrt(totalErrorSquared / PIXEL_CHECK_PER_FRAME / outFrameCount / 3); in runDecoder()
1398 long totalErrorSquared = 0;1406 totalErrorSquared += d * d;1408 long avgErrorSquared = (totalErrorSquared / signal.length);