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

  /packages/apps/Gallery2/jni/filters/
edge.c 58 float bestx = 0.0f; local
68 if (fabs(tmp) > fabs(bestx)) {
69 bestx = tmp;
88 float mag = sqrt(bestx * bestx + besty * besty);
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 20 int bestX;
30 bestX = fSkyline[i].fX;
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
39 loc->fX = bestX;
  /external/opencv/cv/src/
cvsurf.cpp 386 float bestx = 0, besty = 0, descriptor_mod = 0; local
403 bestx = sumx;
408 float descriptor_dir = cvFastArctan( besty, bestx );

Completed in 224 milliseconds