Searched refs:bestx (Results 1 – 2 of 2) sorted by relevance
165 #define IS_GOOD(mi, bestx, besty) \ in set_graphics_mode() argument166 ((mi)->h_res >= (bestx) && (mi)->v_res >= (besty)) in set_graphics_mode()
386 float bestx = 0, besty = 0, descriptor_mod = 0; in cvExtractSURF() local403 bestx = sumx; in cvExtractSURF()408 float descriptor_dir = cvFastArctan( besty, bestx ); in cvExtractSURF()