HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 301 - 325 of 2524) sorted by null

<<11121314151617181920>>

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
Mat22.java 338 final float x2 = this.ex.x * B.ey.x + this.ex.y * B.ey.y; local
341 out.ey.x = x2;
509 final float x2 = A.ex.x * B.ey.x + A.ex.y * B.ey.y; local
514 out.ey.x = x2;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btPolyhedralConvexShape.cpp 420 const btScalar x2 = lx*lx; local
425 inertia = scaledmass * (btVector3(y2+z2,x2+z2,x2+y2));
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
CpuSpriteBatch.java 323 float x2; local
338 x2 = cos * p2x - sin * p2y;
344 x4 = x1 + (x3 - x2);
350 x2 = p2x;
362 x2 += worldOriginX;
388 vertices[idx + 5] = t.m00 * x2 + t.m01 * y2 + t.m02;
389 vertices[idx + 6] = t.m10 * x2 + t.m11 * y2 + t.m12;
445 float x2; local
460 x2 = cos * p2x - sin * p2y;
466 x4 = x1 + (x3 - x2);
553 float x2 = t.m01 * height + t.m02; local
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
ModelBuilder.java 415 public Model createArrow (float x1, float y1, float z1, float x2, float y2, float z2, float capLength, float stemThickness,
418 part("arrow", primitiveType, attributes, material).arrow(x1, y1, z1, x2, y2, z2, capLength, stemThickness, divisions);
438 float x1 = -hxlength, y1 = 0, z1 = hzlength, x2 = -hxlength, y2 = 0, z2 = -hzlength; local
440 partBuilder.line(x1, y1, z1, x2, y2, z2);
442 x2 += xSize;
448 x2 = hxlength;
452 partBuilder.line(x1, y1, z1, x2, y2, z2);
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
DelaunayTriangulator.java 125 float x1, y1, x2, y2, x3, y3; local
136 x2 = superTriangle[i];
139 x2 = points[p2];
150 switch (circumCircle(x, y, x1, y1, x2, y2, x3, y3)) {
223 /** Returns INSIDE if point xp,yp is inside the circumcircle made up of the points x1,y1, x2,y2, x3,y3. Returns COMPLETE if xp
226 private int circumCircle (float xp, float yp, float x1, float y1, float x2, float y2, float x3, float y3) {
232 float m2 = -(x3 - x2) / (y3 - y2);
233 float mx2 = (x2 + x3) / 2f;
235 xc = (x2 + x1) / 2f;
238 float m1 = -(x2 - x1) / (y2 - y1);
    [all...]
GeometryUtils.java 98 static public boolean colinear (float x1, float y1, float x2, float y2, float x3, float y3) {
99 float dx21 = x2 - x1, dy21 = y2 - y1;
100 float dx32 = x3 - x2, dy32 = y3 - y2;
105 static public Vector2 triangleCentroid (float x1, float y1, float x2, float y2, float x3, float y3, Vector2 centroid) {
106 centroid.x = (x1 + x2 + x3) / 3;
112 static public Vector2 triangleCircumcenter (float x1, float y1, float x2, float y2, float x3, float y3, Vector2 circumcenter) {
113 float dx21 = x2 - x1, dy21 = y2 - y1;
114 float dx32 = x3 - x2, dy32 = y3 - y2;
120 float sqr1 = x1 * x1 + y1 * y1, sqr2 = x2 * x2 + y2 * y2, sqr3 = x3 * x3 + y3 * y3;
184 int x2 = (i + 2) % n; local
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
NinePatchTest.java 192 final int x2 = x + pwidth + XGAP; local
193 final int pwidth2 = screenWidth - XGAP - x2;
195 np2.draw(b, x2, y, pwidth2, pheight);
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 45 tran_high_t x0, x1, x2, x3; // canbe16 local
60 x2 = s1 - s2;
64 t2 = x2 * cospi_24_64 + x3 * cospi_8_64;
65 t3 = -x2 * cospi_8_64 + x3 * cospi_24_64;
80 x2 = s7 - t3;
85 t1 = x1 * cospi_12_64 + x2 * cospi_20_64;
86 t2 = x2 * cospi_12_64 + x1 * -cospi_20_64;
124 tran_high_t x0, x1, x2, x3; // canbe16 local
139 x2 = s1 - s2;
143 t2 = x3 * cospi_8_64 + x2 * cospi_24_64
236 tran_high_t x0, x1, x2, x3; local
280 tran_high_t x2 = input[5]; local
352 tran_high_t x2 = input[13]; local
582 tran_high_t x0, x1, x2, x3; \/\/ canbe16 local
    [all...]
vp9_resize.c 240 int x, x1, x2, sum, k, int_pel, sub_pel; local
260 x2 = x;
261 if (x1 > x2) {
290 for (; x <= x2; ++x, y += delta) {
549 int x, x1, x2, sum, k, int_pel, sub_pel; local
569 x2 = x;
570 if (x1 > x2) {
599 for (; x <= x2; ++x, y += delta) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 530 VGfloat x2, y2; local
542 x2 = img->width;
558 x1, y1, x2, y2, x3, y3, x4, y4);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 542 int x1, y1, x2, y2; local
552 x2 = x + w - 1;
554 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2);
561 x2 = x + w - 1;
563 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2);
568 x2 = CLAMP(x2, 0, ctx->DrawBuffer->Width - 1);
571 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2);
575 i830->state.Buffer[I830_DESTREG_SR2] = (y2 << 16) | (x2 & 0xffff);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 112 int x1, y1, x2, y2; local
124 x2 = x + w - 1;
129 x2 = x + w - 1;
136 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x);
  /external/opencv/cvaux/src/
cvscanlines.cpp 183 int x1, y1, x2, y2, dx, dy; local
193 x2 = scanlines[curr++];
196 dx = abs( x1 - x2 ) + 1;
213 int x1, y1, x2, y2; local
231 x2 = (int) (scanlines_1[curr] * alpha + scanlines_2[curr] * (1.0 - alpha));
233 scanlines_a[curr++] = x2;
239 dx = abs( x1 - x2 ) + 1;
    [all...]
  /external/opencv3/modules/calib3d/test/
test_fisheye.cpp 172 cv::Mat x1, x2, xpred; local
185 cv::fisheye::projectPoints(X, x2, om, T2, K, k, alpha, cv::noArray());
187 CV_Assert (cv::norm(x2 - xpred) < 1e-10);
194 cv::fisheye::projectPoints(X, x2, om2, T, K, k, alpha, cv::noArray());
196 CV_Assert (cv::norm(x2 - xpred) < 1e-10);
203 cv::fisheye::projectPoints(X, x2, om, T, K2, k, alpha, cv::noArray());
205 CV_Assert (cv::norm(x2 - xpred) < 1e-10);
212 cv::fisheye::projectPoints(X, x2, om, T, K2, k, alpha, cv::noArray());
214 CV_Assert (cv::norm(x2 - xpred) < 1e-10);
221 cv::fisheye::projectPoints(X, x2, om, T, K, k2, alpha, cv::noArray())
    [all...]
  /external/opencv3/modules/features2d/src/
fast.cpp 113 __m128i x2 = _mm_sub_epi8(_mm_loadu_si128((const __m128i*)(ptr + pixel[2*quarterPatternSize])), delta); local
117 m0 = _mm_or_si128(m0, _mm_and_si128(_mm_cmpgt_epi8(x1, v0), _mm_cmpgt_epi8(x2, v0)));
118 m1 = _mm_or_si128(m1, _mm_and_si128(_mm_cmpgt_epi8(v1, x1), _mm_cmpgt_epi8(v1, x2)));
119 m0 = _mm_or_si128(m0, _mm_and_si128(_mm_cmpgt_epi8(x2, v0), _mm_cmpgt_epi8(x3, v0)));
120 m1 = _mm_or_si128(m1, _mm_and_si128(_mm_cmpgt_epi8(v1, x2), _mm_cmpgt_epi8(v1, x3)));
  /external/opencv3/samples/cpp/
train_HOG.cpp 263 float x2 = mx + dirVecX * currentGradStrength * maxVecLen * scale; local
267 line(visu, Point((int)(x1*zoomFac),(int)(y1*zoomFac)), Point((int)(x2*zoomFac),(int)(y2*zoomFac)), Scalar(0,255,0), 1);
  /external/pdfium/core/src/fxge/agg/src/
fx_agg_driver.cpp 56 FX_FLOAT x2 = pPoints[i + 1].m_PointX, y2 = pPoints[i + 1].m_PointY; local
60 pObject2Device->Transform(x2, y2);
63 agg::curve4 curve(x0, y0, x, y, x2, y2, x3, y3);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 118 FX_FLOAT x2 = pPathData->GetPointX(i + 2); local
123 pObject2Device->Transform(x2, y2);
125 buf << " " << x1 << " " << y1 << " " << x2 << " " << y2;
  /external/skia/src/opts/
SkTextureCompressor_opts.h 68 const uint64x2_t x2 = vandq_u64(vshlq_n_u64(ret, 20), kMask3); local
69 ret = vshrq_n_u64(vorrq_u64(ret, vorrq_u64(x1, x2)), 16);
  /external/speex/libspeex/
filters.c 446 spx_word16_t *x2; local
450 x2=x+M-1;
465 y1k=ADD32(y1k,MULT16_16(a[j],ADD16(x[i+j],x2[i-j])));
466 y2k=SUB32(y2k,MULT16_16(a[j],SUB16(x[i+j],x2[i-j])));
468 y1k=ADD32(y1k,MULT16_16(a[j],ADD16(x[i+j],x2[i-j])));
469 y2k=ADD32(y2k,MULT16_16(a[j],SUB16(x[i+j],x2[i-j])));
477 void qmf_synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_t *mem2, char *stack)
497 xx2[i] = x2[N2-1-i];
  /external/tcpdump/
smbutil.c 89 uint32_t x, x2; local
92 x2 = ((x & 0xFFFF) << 16) | ((x & 0xFFFF0000) >> 16);
93 return int_unix_date(x2);
540 uint32_t x1, x2; local
545 x2 = reverse ? EXTRACT_32BITS(buf + 4) :
547 x = (((uint64_t)x1) << 32) | x2;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
109 x2 = blk[16];
114 x6 = W6 * x2;
115 x2 = W2 * x2;
116 x8 = x0 - x2;
117 x0 += x2;
118 x2 = x8;
132 blk[24] = (x2 + x3) >> 8;
136 blk[32] = (x2 - x3) >> 8
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
211 int32 x0, x2, x4, x6; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
578 int32 x1, x2, x4, x5; local
635 int32 x0, x2, x4, x6; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1063 int32 x1, x2, x4, x5; local
1118 int32 x0, x2, x4, x6; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1577 int32 x1, x2, x4, x5; local
1635 int32 x0, x2, x4, x6; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
motion_comp.cpp 1126 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; \/* new way *\/ local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 121 uint32_t x2 = xend; local
127 if (rsdIntrinsicBlend_K(out, in, info->slot, x1, x2) >= 0)
133 for (;x1 < x2; x1++, out++) {
138 for (;x1 < x2; x1++, out++, in++) {
148 if ((x1 + 8) < x2) {
149 uint32_t len = (x2 - x1) >> 3;
157 for (;x1 < x2; x1++, out++, in++) {
167 if ((x1 + 8) < x2) {
168 uint32_t len = (x2 - x1) >> 3;
176 for (;x1 < x2; x1++, out++, in++)
    [all...]
rsCpuIntrinsicResize.cpp 343 uint32_t x2 = xend; local
346 if (gArchUseSIMD && x2 > x1 && cp->scaleX < 4.0f) {
353 int len = x2 - x1;
372 while(x1 < x2) {
410 uint32_t x2 = xend; local
413 if (gArchUseSIMD && x2 > x1 && cp->scaleX < 4.0f) {
420 int len = x2 - x1;
439 while(x1 < x2) {
477 uint32_t x2 = xend; local
480 if (gArchUseSIMD && x2 > x1 && cp->scaleX < 4.0f)
544 uint32_t x2 = xend; local
584 uint32_t x2 = xend; local
624 uint32_t x2 = xend; local
    [all...]

Completed in 4082 milliseconds

<<11121314151617181920>>