Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp675 int last_hyp,new_last_hyp,last_corr; in db_RobImageHomography() local
939 for(i=0,last_hyp=hyp_count-1;(last_hyp>0) && (i<point_count);i+=chunk_size) in db_RobImageHomography()
943 for(j=0;j<=last_hyp;j++) in db_RobImageHomography()
979 new_last_hyp=(last_hyp+1)/2-1; in db_RobImageHomography()
980 pivot=db_LeanQuickSelect(hyp_cost_array,last_hyp+1,new_last_hyp,temp_select); in db_RobImageHomography()
981 for(j=0,c=0;(j<=last_hyp) && (c<=new_last_hyp);j++) in db_RobImageHomography()
990 last_hyp=new_last_hyp; in db_RobImageHomography()
996 for(j=1;j<=last_hyp;j++) in db_RobImageHomography()