Home
last modified time | relevance | path

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

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1110 totalErrorSquared += expected.calcErrorSquared(decoded); in runDecoder()
1128 totalErrorSquared += expected.calcErrorSquared(decoded); in runDecoder()
1268 public double calcErrorSquared(YUVValue other) { in calcErrorSquared() method in VideoEncoderDecoderTest.YUVValue