Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 40) sorted by relevance

12

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DGeometry.h66 double x2, double y2, in FindTriangleCentroid() argument
70 centX = (x0 + x1 + x2) / 3.0; in FindTriangleCentroid()
78 mass = fabs((y1 - y0) * (x2 - x0)); // Special case 1a in FindTriangleCentroid()
85 else if (x0 == x2) in FindTriangleCentroid()
89 mass = fabs((x2 - x0) * (y2 - y0)); // Special case 2a in FindTriangleCentroid()
96 else if (x1 == x2) in FindTriangleCentroid()
103 double dx = x2 - x0; in FindTriangleCentroid()
124 mass = fabs( (y1 - y0) * (x2 - x0) ); in FindTriangleCentroid()
129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, doub… in FindQuadCentroid() argument
143 FindTriangleCentroid(x0, y0, x1, y1, x2, y2, mass1, cent1x, cent1y); in FindQuadCentroid()
[all …]
DBlend.cpp144 double z, x0, y0, x1, y1, x2, y2, x3, y3; in runBlend() local
171 FrameToMosaic(mb->trs, mb->width-1.0, mb->height-1.0, x2, y2); in runBlend()
180 … if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher in runBlend()
183 xRightCorners[1] = x2; in runBlend()
200 … FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y); in runBlend()
1004 int x2 = x1 + 1; in ProcessPyramidForThisFrame() local
1009 (sptr->ptr[y1][x2] - sptr->ptr[y1][x1]) * xfrac; in ProcessPyramidForThisFrame()
1011 (sptr->ptr[y2][x2] - sptr->ptr[y2][x1]) * xfrac; in ProcessPyramidForThisFrame()
1017 (suptr->ptr[y1][x2] - suptr->ptr[y1][x1]) * xfrac; in ProcessPyramidForThisFrame()
1019 (suptr->ptr[y2][x2] - suptr->ptr[y2][x1]) * xfrac; in ProcessPyramidForThisFrame()
[all …]
/packages/apps/Camera2/src/com/android/camera/util/
DDebugBoundsRenderer.java49 float x2, float y2) { in drawBounds() argument
58 canvas.drawLine(x2 - size, y1, x2, y1, paint); in drawBounds()
60 canvas.drawLine(x2, y1, x2, y1 + size, paint); in drawBounds()
64 canvas.drawLine(x2 - size, y2, x2, y2, paint); in drawBounds()
66 canvas.drawLine(x2, y2- size, x2, y2, paint); in drawBounds()
75 float cX = (x1 + x2) / 2; in drawBounds()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_image_homography.cpp80 double x1[3],double x2[3],double x3[3],double x4[3], in db_StitchProjective2D_4Points()
87 db_SProjImagePointPointConstraints(c+18,c+27,xp2,x2); in db_StitchProjective2D_4Points()
95 double x1[3],double x2[3],double x3[3], in db_StitchAffine2D_3Points()
102 db_SAffineImagePointPointConstraints(c+14,c+21,xp2,x2); in db_StitchAffine2D_3Points()
114 …lLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],dou… in db_CommonFocalLengthFromRotation_2Point()
135 m=db_SafeReciprocal(x2[2]); in db_CommonFocalLengthFromRotation_2Point()
136 bx=x2[0]*m; in db_CommonFocalLengthFromRotation_2Point()
137 by=x2[1]*m; in db_CommonFocalLengthFromRotation_2Point()
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],d… in db_StitchRotationCommonFocalLength_3Points()
186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation); in db_StitchRotationCommonFocalLength_3Points()
[all …]
Ddb_metrics.h41 double x2,y2,r,r2,r2s,one_over_r2,fu,r_fu,one_over_r_fu; in db_CauchyDerivative() local
73 x2=db_sqr(f[0]); in db_CauchyDerivative()
75 r2=x2+y2; in db_CauchyDerivative()
121 double x0,x1,x2,mult; in db_SquaredReprojectionErrorHomography() local
126 x2=H[6]*x[0]+H[7]*x[1]+H[8]*x[2]; in db_SquaredReprojectionErrorHomography()
127 mult=1.0/((x2!=0.0)?x2:1.0); in db_SquaredReprojectionErrorHomography()
135 double x0,x1,x2,mult; in db_SquaredInhomogenousHomographyError() local
140 x2=H[6]*x[0]+H[7]*x[1]+H[8]; in db_SquaredInhomogenousHomographyError()
141 mult=1.0/((x2!=0.0)?x2:1.0); in db_SquaredInhomogenousHomographyError()
Ddb_image_homography.h47 double x1[3],double x2[3],double x3[3],double x4[3],
62 double x1[3],double x2[3],double x3[3],
77 double x1[3],double x2[3], in db_StitchCameraRotation_2Points()
85 x[1]=x2; in db_StitchCameraRotation_2Points()
100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double …
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
Dgrad.rs59 float x2 = xPos2[i];
62 float denom = (y2 * y2 - 2 * y1 * y2 + x2 * x2 - 2 * x1 * x2 + y1 * y1 + x1 * x1);
67 grads[k].dx = (x1 - x2) / denom;
68 grads[k].off = (y2 * y2 + x2 * x2 - x1 * x2 - y1 * y2) / denom;
Dconvolve3x3.rs30 uint32_t x2 = max((int32_t)x-1, 0);
36 float4 p02 = rsUnpackColor8888(gPixels[x2 + gWidth * y1]);
39 float4 p12 = rsUnpackColor8888(gPixels[x2 + gWidth * y]);
42 float4 p22 = rsUnpackColor8888(gPixels[x2 + gWidth * y2]);
DImageFilterGrad.java124 int[] x2 = mParameters.getXPos2(); in runFilter() local
137 coord[0] = x2[i]; in runFilter()
140 x2[i] = (int) coord[0]; in runFilter()
147 mScript.set_xPos2(x2); in runFilter()
DSplineMath.java51 double x2 = next[0]; in calculatetCurve() local
57 double delta = (x2 - x1); in calculatetCurve()
92 double x2 = next[0]; in getValue() local
98 double delta = (x2 - x1); in getValue()
/packages/apps/DevCamera/src/com/android/devcamera/
DPreviewOverlay.java185 float x2 = 0.5f * previewW; in onDraw() local
201 canvas.drawCircle(x2, y2, mLens * 0.25f * previewW, mPaint2); in onDraw()
204 canvas.drawText(text, x2, y2 - mLens * 0.25f * previewW - 7f, mPaint); in onDraw()
235 float x1, x2, y1, y2; in onDraw() local
255 x2 = previewW; in onDraw()
257 canvas.drawLine(x1, y1, x2, y2, mPaint); in onDraw()
262 x1 = x2 = previewW / 2 + focalLengthW * (float) Math.tan(i); in onDraw()
265 canvas.drawLine(x1, y1, x2, y2, mPaint); in onDraw()
/packages/services/Car/car-lib/api/
Dsystem-current.txt38 field public static final int VERSION = 2; // 0x2
53 field public static final int APP_FOCUS_TYPE_VOICE_COMMAND = 2; // 0x2
85 field public static final int PROJECTION_LONG_PRESS_VOICE_SEARCH = 2; // 0x2
98 field public static final int VEHICLE_AREA_TYPE_WINDOW = 2; // 0x2
116 field public static final int MIRROR_DRIVER_RIGHT = 2; // 0x2
120 field public static final int SEAT_ROW_1_CENTER = 2; // 0x2
133 field public static final int WINDOW_REAR_WINDSHIELD = 2; // 0x2
146 field public static final int ZONE_ROW_1_CENTER = 2; // 0x2
196 field public static final int FLAG_FIRSTITEM = 2; // 0x2
209 field public static final int WIDGET_TEXT_VIEW = 2; // 0x2
[all …]
Dcurrent.txt22 field public static final int VERSION = 2; // 0x2
36 field public static final int APP_FOCUS_TYPE_VOICE_COMMAND = 2; // 0x2
87 field public static final int FLAG_FIRSTITEM = 2; // 0x2
100 field public static final int WIDGET_TEXT_VIEW = 2; // 0x2
187 field public static final int DRIVE_STATUS_NO_KEYBOARD_INPUT = 2; // 0x2
200 field public static final int GEAR_SECOND = 2; // 0x2
207 field public static final int IGNITION_STATE_OFF = 2; // 0x2
239 field public static final int SENSOR_RATE_UI = 2; // 0x2
240 field public static final int SENSOR_TYPE_CAR_SPEED = 2; // 0x2
274 field public static final int CAR_AUDIO_USAGE_RADIO = 2; // 0x2
Dsystem-1.txt51 field public static final int APP_FOCUS_TYPE_VOICE_COMMAND = 2; // 0x2
83 field public static final int PROJECTION_LONG_PRESS_VOICE_SEARCH = 2; // 0x2
96 field public static final int VEHICLE_AREA_TYPE_WINDOW = 2; // 0x2
114 field public static final int MIRROR_DRIVER_RIGHT = 2; // 0x2
118 field public static final int SEAT_ROW_1_CENTER = 2; // 0x2
131 field public static final int WINDOW_REAR_WINDSHIELD = 2; // 0x2
144 field public static final int ZONE_ROW_1_CENTER = 2; // 0x2
194 field public static final int FLAG_FIRSTITEM = 2; // 0x2
207 field public static final int WIDGET_TEXT_VIEW = 2; // 0x2
327 field public static final int FLAG_WHOLE_ACTIVITY = 2; // 0x2
[all …]
D1.txt36 field public static final int APP_FOCUS_TYPE_VOICE_COMMAND = 2; // 0x2
87 field public static final int FLAG_FIRSTITEM = 2; // 0x2
100 field public static final int WIDGET_TEXT_VIEW = 2; // 0x2
187 field public static final int DRIVE_STATUS_NO_KEYBOARD_INPUT = 2; // 0x2
200 field public static final int GEAR_SECOND = 2; // 0x2
233 field public static final int SENSOR_RATE_UI = 2; // 0x2
234 field public static final int SENSOR_TYPE_CAR_SPEED = 2; // 0x2
267 field public static final int CAR_AUDIO_USAGE_RADIO = 2; // 0x2
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dgeometry_utils.h33 static AK_FORCE_INLINE float getAngle(const int x1, const int y1, const int x2, const int y2) { in getAngle() argument
34 const int dx = x1 - x2; in getAngle()
52 static AK_FORCE_INLINE int getDistanceInt(const int x1, const int y1, const int x2, in getDistanceInt() argument
54 return static_cast<int>(hypotf(static_cast<float>(x1 - x2), static_cast<float>(y1 - y2))); in getDistanceInt()
Dproximity_info_utils.h89 static inline float getSquaredDistanceFloat(const float x1, const float y1, const float x2, in getSquaredDistanceFloat() argument
91 return GeometryUtils::SQUARE_FLOAT(x1 - x2) + GeometryUtils::SQUARE_FLOAT(y1 - y2); in getSquaredDistanceFloat()
95 const float x1, const float y1, const float x2, const float y2, const bool extend) { in pointToLineSegSquaredDistanceFloat() argument
98 const float ray2x = x2 - x1; in pointToLineSegSquaredDistanceFloat()
116 projectionX = x2; in pointToLineSegSquaredDistanceFloat()
/packages/services/Car/car-support-lib/api/
Dcurrent.txt63 field public static final int DRIVER_SIDE_RIGHT = 2; // 0x2
96 field public static final int DRIVE_STATUS_NO_KEYBOARD_INPUT = 2; // 0x2
102 field public static final int INDEX_COMPASS_ROLL = 2; // 0x2
207 field public static final int CLUSTER_TYPE_IMAGE_CODES_ONLY = 2; // 0x2
218 field public static final int DISTANCE_KILOMETERS = 2; // 0x2
223 field public static final int STATUS_INACTIVE = 2; // 0x2
231 field public static final int TURN_NAME_CHANGE = 2; // 0x2
239 field public static final int TURN_SIDE_RIGHT = 2; // 0x2
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.h554 double x0,x1,x2,mult; in SquaredInhomogenousHomographyError() local
559 x2=H[6]*x[0]+H[7]*x[1]+H[8]; in SquaredInhomogenousHomographyError()
560 mult=1.0/((x2!=0.0)?x2:1.0); in SquaredInhomogenousHomographyError()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java184 double x2 = next.x; in getAppliedCurve() local
190 double delta = (x2 - x1); in getAppliedCurve()
278 double x2 = points[i + 1].x; in draw() local
282 for (double x = x1; x < x2; x += 20) { in draw()
285 double delta = (x2 - x1); in draw()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DGridOccupancy.java62 int x2 = x + spanX - 1; in isRegionVacant() local
64 if (x < 0 || y < 0 || x2 >= mCountX || y2 >= mCountY) { in isRegionVacant()
67 for (int i = x; i <= x2; i++) { in isRegionVacant()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLES11Canvas.java193 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) { in drawLine() argument
201 scale(x2 - x1, y2 - y1, 1); in drawLine()
317 private float[] mapPoints(float m[], int x1, int y1, int x2, int y2) { in mapPoints() argument
328 float x4 = m[0] * x2 + m[4] * y2 + m[12]; in mapPoints()
329 float y4 = m[1] * x2 + m[5] * y2 + m[13]; in mapPoints()
330 float w4 = m[3] * x2 + m[7] * y2 + m[15]; in mapPoints()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DFlingAnimationUtils.java77 public FlingAnimationUtils(Context ctx, float maxLengthSeconds, float speedUpFactor, float x2, in FlingAnimationUtils() argument
81 if (x2 < 0) { in FlingAnimationUtils()
86 mLinearOutSlowInX2 = x2; in FlingAnimationUtils()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dbiginteger.h263 uint64_t x0 = a0 * b0, x1 = a0 * b1, x2 = a1 * b0, x3 = a1 * b1; in MulAdd64()
265 x1 += x2; in MulAdd64()
266 if (x1 < x2) in MulAdd64()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DBogusMoveEventDetector.java107 private static int getDistance(final int x1, final int y1, final int x2, final int y2) { in getDistance() argument
108 return (int)Math.hypot(x1 - x2, y1 - y2); in getDistance()

12