Searched refs:x3 (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.h39 \param x3 image 1 point 3
47 double x1[3],double x2[3],double x3[3],double x4[3],
56 \param x3 image 1 point 3
62 double x1[3],double x2[3],double x3[3],
100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],
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
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;
/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/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVoicemailProviderTest.java92 byte[] outBuffer = {0x1, 0x2, 0x3, 0x4};

Completed in 95 milliseconds