Searched refs:errorRms (Results 1 – 1 of 1) sorted by relevance
1066 double errorRms = Math.sqrt(totalErrorSquared / PIXEL_CHECK_PER_FRAME / outFrameCount / 3); in runDecoder() local1067 double[] result = { (double) finish - start, errorRms }; in runDecoder()