Searched refs:errorRms (Results 1 – 1 of 1) sorted by relevance
1168 double errorRms = Math.sqrt(totalErrorSquared / PIXEL_CHECK_PER_FRAME / outFrameCount / 3); in runDecoder() local1169 return new RunResult(outFrameCount, (finish - start) / 1000., errorRms); in runDecoder()