Home
last modified time | relevance | path

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

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMAEncoderFast.java130 int newDist = matches.dist[matches.count - 1]; in getNextSymbol() local
132 if ((newLen >= mainLen && newDist < mainDist) in getNextSymbol()
134 && !changePair(mainDist, newDist)) in getNextSymbol()
138 && changePair(newDist, mainDist))) in getNextSymbol()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYPlotZoomPan.java325 final float newDist = getXDistance(motionEvent); in zoom() local
327 if(oldDist > 0 && newDist < 0 || oldDist < 0 && newDist > 0) { in zoom()
330 mDistX = newDist; in zoom()
/external/opencv/cvaux/src/
Dcvtrifocal.cpp971 double newDist = dx*dx+dy*dy; in icvComputeProjectMatricesNPoints() local
972 if( newDist > dist ) in icvComputeProjectMatricesNPoints()
974 dist = newDist; in icvComputeProjectMatricesNPoints()
1146 double newDist = dx*dx+dy*dy; in icvComputeProjectMatricesNPoints()
1147 if( newDist > dist ) in icvComputeProjectMatricesNPoints()
1149 dist = newDist; in icvComputeProjectMatricesNPoints()
1252 double newDist = dx*dx+dy*dy; in icvComputeProjectMatricesNPoints() local
1253 if( newDist > dist ) in icvComputeProjectMatricesNPoints()
1255 dist = newDist; in icvComputeProjectMatricesNPoints()