HomeSort by relevance Sort by last modified time
    Searched refs:newDist (Results 1 - 3 of 3) sorted by null

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoderFast.java 130 int newDist = matches.dist[matches.count - 1];
132 if ((newLen >= mainLen && newDist < mainDist)
134 && !changePair(mainDist, newDist))
138 && changePair(newDist, mainDist)))
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYPlotZoomPan.java 325 final float newDist = getXDistance(motionEvent);
327 if(oldDist > 0 && newDist < 0 || oldDist < 0 && newDist > 0) {
330 mDistX = newDist;
  /external/opencv/cvaux/src/
cvtrifocal.cpp 971 double newDist = dx*dx+dy*dy;
972 if( newDist > dist )
974 dist = newDist
    [all...]

Completed in 229 milliseconds