Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp640 double *temp_d, in db_RobImageHomography() argument
734 hyp_cost_array=temp_d; 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()
Ddb_rob_image_homography.h104 double *temp_d,
Ddb_feature_detection.cpp1498 float threshold,double *temp_d, in db_ExtractCornersSaturated() argument
1509 x_temp=temp_d; in db_ExtractCornersSaturated()