Searched refs:db_LeanQuickSelect (Results 1 – 4 of 4) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_indexing.cpp | 59 double db_LeanQuickSelect(const double *s,long nr_elements,long pos,double *temp) in db_LeanQuickSelect() function
|
D | db_utilities_indexing.h | 239 DB_API double db_LeanQuickSelect(const double *s,long nr_elements,long pos,double *temp);
|
D | db_rob_image_homography.cpp | 980 pivot=db_LeanQuickSelect(hyp_cost_array,last_hyp+1,new_last_hyp,temp_select); in db_RobImageHomography()
|
D | db_feature_detection.cpp | 1540 …if(((unsigned long)nr)>saturation) loc_thresh=db_LeanQuickSelect(s_temp,nr,nr-saturation,select_te… in db_ExtractCornersSaturated()
|