Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp114 double back,Jf_dx[18],f[2],temp,temp2; in db_RobImageHomography_Jacobians() local
130 temp=Jf_dx[0]; temp2=Jf_dx[9]; in db_RobImageHomography_Jacobians()
131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9]; in db_RobImageHomography_Jacobians()
132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10]; in db_RobImageHomography_Jacobians()
133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11]; in db_RobImageHomography_Jacobians()
134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12]; in db_RobImageHomography_Jacobians()
135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13]; in db_RobImageHomography_Jacobians()
136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14]; in db_RobImageHomography_Jacobians()
137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15]; in db_RobImageHomography_Jacobians()
138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16]; in db_RobImageHomography_Jacobians()
[all …]
Ddb_utilities_random.h77 int temp,temp2,i,j; in db_RandomSample() local
89 temp2=temp; in db_RandomSample()
91 s[j]=temp2; in db_RandomSample()