Searched defs:x3 (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DGeometry.h129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, argument
144 FindTriangleCentroid(x0, y0, x3, y3, x2, y2, mass2, cent2x, cent2y);
H A DBlend.cpp144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
180 if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher
182 xRightCorners[0] = x3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DGeometry.h129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, argument
144 FindTriangleCentroid(x0, y0, x3, y3, x2, y2, mass2, cent2x, cent2y);
H A DBlend.cpp144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
180 if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher
182 xRightCorners[0] = x3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_camera.h50 \return K(3x3) intrinsic calibration matrix
63 Make a 3x3 identity matrix
72 Invert intrinsic calibration matrix K(3x3)
158 double x3,m; local
160 x3=H[6]*x[0]+H[7]*x[1]+H[8];
161 if(x3!=0.0)
163 m=1.0/x3;
H A Ddb_image_homography.cpp80 double x1[3],double x2[3],double x3[3],double x4[3],
88 db_SProjImagePointPointConstraints(c+36,c+45,xp3,x3);
95 double x1[3],double x2[3],double x3[3],
103 db_SAffineImagePointPointConstraints(c+28,c+35,xp3,x3);
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation) argument
214 cost=db_SquaredReprojectionErrorHomography(y,hyp_point,x3);
79 db_StitchProjective2D_4Points(double H[9], double x1[3],double x2[3],double x3[3],double x4[3], double xp1[3],double xp2[3],double xp3[3],double xp4[3]) argument
94 db_StitchAffine2D_3Points(double H[9], double x1[3],double x2[3],double x3[3], double xp1[3],double xp2[3],double xp3[3]) argument
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_camera.h50 \return K(3x3) intrinsic calibration matrix
63 Make a 3x3 identity matrix
72 Invert intrinsic calibration matrix K(3x3)
158 double x3,m; local
160 x3=H[6]*x[0]+H[7]*x[1]+H[8];
161 if(x3!=0.0)
163 m=1.0/x3;
H A Ddb_image_homography.cpp80 double x1[3],double x2[3],double x3[3],double x4[3],
88 db_SProjImagePointPointConstraints(c+36,c+45,xp3,x3);
95 double x1[3],double x2[3],double x3[3],
103 db_SAffineImagePointPointConstraints(c+28,c+35,xp3,x3);
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation) argument
214 cost=db_SquaredReprojectionErrorHomography(y,hyp_point,x3);
79 db_StitchProjective2D_4Points(double H[9], double x1[3],double x2[3],double x3[3],double x4[3], double xp1[3],double xp2[3],double xp3[3],double xp4[3]) argument
94 db_StitchAffine2D_3Points(double H[9], double x1[3],double x2[3],double x3[3], double xp1[3],double xp2[3],double xp3[3]) argument
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state_utils.cpp531 const int x3 = xCoordinates[end]; local
533 const int beelineDistance = GeometryUtils::getDistanceInt(x2, y2, x3, y3);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 245 milliseconds