Searched refs:r_seed (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_rob_image_homography.cpp | 670 int r_seed; in db_RobImageHomography() local 732 r_seed=12345; in db_RobImageHomography() 755 pos=db_RandomInt(r_seed,last_point); in db_RobImageHomography() 862 db_RandomSample(s,3,point_count,r_seed); in db_RobImageHomography() 878 db_RandomSample(s,2,point_count,r_seed); in db_RobImageHomography() 889 db_RandomSample(s,3,point_count,r_seed); in db_RobImageHomography() 899 db_RandomSample(s,3,point_count,r_seed); in db_RobImageHomography() 909 db_RandomSample(s,3,point_count,r_seed); in db_RobImageHomography() 921 db_RandomSample(s,4,point_count,r_seed); in db_RobImageHomography()
|
D | db_utilities_random.h | 75 inline void db_RandomSample(int *s,int sample_size,int pool_size,int &r_seed) in db_RandomSample() argument 81 temp=db_RandomInt(r_seed,pool_size-1-i); in db_RandomSample()
|