Searched refs:PIXEL_CHECK_PER_FRAME (Results 1 – 1 of 1) sorted by relevance
121 private static final int PIXEL_CHECK_PER_FRAME = 1000; field in VideoEncoderDecoderTest1215 int pixelCheckPerFrame = PIXEL_CHECK_PER_FRAME; in runDecoder()1295 double errorRms = Math.sqrt(totalErrorSquared / PIXEL_CHECK_PER_FRAME / outFrameCount / 3); in runDecoder()