Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp651 int nr_samples, in db_RobImageHomography()
735 hyp_H_array=temp_d+nr_samples; in db_RobImageHomography()
736 temp_select=temp_d+10*nr_samples; in db_RobImageHomography()
737 x_h=temp_d+12*nr_samples; in db_RobImageHomography()
738 xp_h=temp_d+12*nr_samples+3*nr_points; in db_RobImageHomography()
739 x_i=temp_d+12*nr_samples+6*nr_points; in db_RobImageHomography()
740 xp_i=temp_d+12*nr_samples+8*nr_points; in db_RobImageHomography()
747 point_count=db_mini(nr_points,(int)(chunk_size*log((double)nr_samples)/DB_LN2)); in db_RobImageHomography()
860 if(point_count>=sample_size) for(i=0;i<nr_samples;i++) in db_RobImageHomography()
876 if(point_count>=2) for(i=0;i<nr_samples;i++) in db_RobImageHomography()
[all …]
Ddb_rob_image_homography.h115 int nr_samples=DB_DEFAULT_NR_SAMPLES,
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp156 int nr_samples, in Init() argument
197 m_nr_samples = nr_samples; in Init()
Ddbreg.h163 int nr_samples = DB_DEFAULT_NR_SAMPLES,