Home
last modified time | relevance | path

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

/cts/hostsidetests/mediapc/videoencodingquality/bdrate/src/main/java/com/android/media/videoquality/bdrate/
DRateDistortionCurvePair.java112 double maxObservedDistortion = lastPoint.distortion(); in cluster() local
119 || currentPoint.distortion() > maxObservedDistortion) { in cluster()
121 maxObservedDistortion = currentPoint.distortion(); in cluster()