Searched refs:temp_d (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_rob_image_homography.cpp | 640 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()
|
H A D | db_rob_image_homography.h | 104 double *temp_d,
|
H A D | db_feature_detection.cpp | 1498 float threshold,double *temp_d, in db_ExtractCornersSaturated() argument 1509 x_temp=temp_d; in db_ExtractCornersSaturated()
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_arm_vixl.cc | 4009 vixl32::DRegister temp_d = DRegisterFrom(locations->GetTemp(0)); in VisitTypeConversion() local 4014 __ Vcvt(F64, S32, temp_d, temp_s); in VisitTypeConversion() 4021 __ Vmla(F64, out_d, temp_d, constant_d); in VisitTypeConversion()
|