Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_image_homography.cpp182 double m,hyp[27],x1_temp[3],x2_temp[3],xp1_temp[3],xp2_temp[3]; in db_StitchRotationCommonFocalLength_3Points() local
198 x2_temp[0]=x2[0]*m; in db_StitchRotationCommonFocalLength_3Points()
199 x2_temp[1]=x2[1]*m; in db_StitchRotationCommonFocalLength_3Points()
200 x2_temp[2]=x2[2]; in db_StitchRotationCommonFocalLength_3Points()
209 db_StitchCameraRotation_2Points(hyp_point,x1_temp,x2_temp,xp1_temp,xp2_temp); in db_StitchRotationCommonFocalLength_3Points()