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

  /packages/apps/Gallery2/jni/filters/
edge.c 73 float besty = 0.0f; local
82 if (fabs(tmp) > fabs(besty)) {
83 besty = tmp;
88 float mag = sqrt(bestx * bestx + besty * besty);
  /external/syslinux/com32/mboot/
initvesa.c 165 #define IS_GOOD(mi, bestx, besty) \
166 ((mi)->h_res >= (bestx) && (mi)->v_res >= (besty))
  /external/opencv/cv/src/
cvsurf.cpp 386 float bestx = 0, besty = 0, descriptor_mod = 0; local
404 besty = sumy;
408 float descriptor_dir = cvFastArctan( besty, bestx );

Completed in 2253 milliseconds