Home
last modified time | relevance | path

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

/cts/hostsidetests/mediapc/videoencodingquality/bdrate/src/main/java/com/android/media/videoquality/bdrate/
DRateDistortionCurvePair.java110 RateDistortionPoint currentPoint; in cluster() local
114 currentPoint = pointIterator.next(); in cluster()
118 if (currentPoint.rate() / lastPoint.rate() > 1.1 in cluster()
119 || currentPoint.distortion() > maxObservedDistortion) { in cluster()
121 maxObservedDistortion = currentPoint.distortion(); in cluster()
123 buckets.peekLast().add(currentPoint); in cluster()
124 lastPoint = currentPoint; in cluster()
152 RateDistortionPoint currentPoint; in isMonotonicallyIncreasing() local
154 currentPoint = pointIterator.next(); in isMonotonicallyIncreasing()
155 if (currentPoint.distortion() <= lastPoint.distortion()) { in isMonotonicallyIncreasing()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DRadialGradientTest.java106 Point currentPoint = null; in testColorLong() local
117 currentPoint = new Point(x, y); in testColorLong()
118 assertTrue("Outer " + currentPoint + " (" + currentColor in testColorLong()
121 assertTrue("Outer " + currentPoint + " (" + currentColor in testColorLong()
127 + currentPoint, currentColor, c, .08f); in testColorLong()
134 lastPoint = currentPoint; in testColorLong()