Home
last modified time | relevance | path

Searched refs:bestx (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/mboot/
Dinitvesa.c165 #define IS_GOOD(mi, bestx, besty) \ in set_graphics_mode() argument
166 ((mi)->h_res >= (bestx) && (mi)->v_res >= (besty)) in set_graphics_mode()
/external/opencv/cv/src/
Dcvsurf.cpp386 float bestx = 0, besty = 0, descriptor_mod = 0; in cvExtractSURF() local
403 bestx = sumx; in cvExtractSURF()
408 float descriptor_dir = cvFastArctan( besty, bestx ); in cvExtractSURF()