Home
last modified time | relevance | path

Searched refs:totalErrorSquared (Results 1 – 2 of 2) sorted by relevance

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1030 double totalErrorSquared = 0; in runDecoder() local
1110 totalErrorSquared += expected.calcErrorSquared(decoded); in runDecoder()
1128 totalErrorSquared += expected.calcErrorSquared(decoded); in runDecoder()
1168 double errorRms = Math.sqrt(totalErrorSquared / PIXEL_CHECK_PER_FRAME / outFrameCount / 3); in runDecoder()
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java1148 long totalErrorSquared = 0;
1156 totalErrorSquared += d * d;
1158 long avgErrorSquared = (totalErrorSquared / signal.length);