Searched refs:besty (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/com32/mboot/
H A Dinitvesa.c165 #define IS_GOOD(mi, bestx, besty) \
166 ((mi)->h_res >= (bestx) && (mi)->v_res >= (besty))
/external/opencv/cv/src/
H A Dcvsurf.cpp386 float bestx = 0, besty = 0, descriptor_mod = 0; local
404 besty = sumy;
408 float descriptor_dir = cvFastArctan( besty, bestx );

Completed in 84 milliseconds