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

  /packages/apps/Camera/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
201 xp1_temp[0]=xp1[0]*m;
202 xp1_temp[1]=xp1[1]*m;
203 xp1_temp[2]=xp1[2];
209 db_StitchCameraRotation_2Points(hyp_point,x1_temp,x2_temp,xp1_temp,xp2_temp);
  /packages/apps/Gallery2/jni_mosaic/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
201 xp1_temp[0]=xp1[0]*m;
202 xp1_temp[1]=xp1[1]*m;
203 xp1_temp[2]=xp1[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
201 xp1_temp[0]=xp1[0]*m;
202 xp1_temp[1]=xp1[1]*m;
203 xp1_temp[2]=xp1[2];
209 db_StitchCameraRotation_2Points(hyp_point,x1_temp,x2_temp,xp1_temp,xp2_temp);

Completed in 84 milliseconds