HomeSort by relevance Sort by last modified time
    Searched refs:x1_temp (Results 1 - 2 of 2) sorted by null

  /development/perftests/panorama/feature_stab/db_vlvm/
db_image_homography.cpp 182 double m,hyp[27],x1_temp[3],x2_temp[3],xp1_temp[3],xp2_temp[3]; local
195 x1_temp[0]=x1[0]*m;
196 x1_temp[1]=x1[1]*m;
197 x1_temp[2]=x1[2];
209 db_StitchCameraRotation_2Points(hyp_point,x1_temp,x2_temp,xp1_temp,xp2_temp);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 182 double m,hyp[27],x1_temp[3],x2_temp[3],xp1_temp[3],xp2_temp[3]; local
195 x1_temp[0]=x1[0]*m;
196 x1_temp[1]=x1[1]*m;
197 x1_temp[2]=x1[2];
209 db_StitchCameraRotation_2Points(hyp_point,x1_temp,x2_temp,xp1_temp,xp2_temp);

Completed in 193 milliseconds