HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 351 - 375 of 1250) sorted by null

<<11121314151617181920>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFRuleSet.java 692 long y1 = y; local
695 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
698 y1 >>= 1;
703 t = -y1;
715 y1 = -t;
717 t = x1 - y1;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRuleSet.java 691 long y1 = y; local
694 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
697 y1 >>= 1;
702 t = -y1;
714 y1 = -t;
716 t = x1 - y1;
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Vector2.java 140 public static float dot (float x1, float y1, float x2, float y2) {
141 return x1 * x2 + y1 * y2;
189 public static float dst (float x1, float y1, float x2, float y2) {
191 final float y_d = y2 - y1;
211 public static float dst2 (float x1, float y1, float x2, float y2) {
213 final float y_d = y2 - y1;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 271 int x, y, x1, y1, j; local
311 y1 = y + ystep;
312 for( ++y; y < y1; y++, dst += step )
333 int x, y, x1, y1, j; local
373 y1 = y + ystep;
374 for( ++y; y < y1; y++, dst += step )
  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
interpolation.hpp 114 const int y1 = __float2int_rd(y); local
116 const int y2 = y1 + 1;
118 typename PtrTraits<SrcPtr>::value_type src_reg = src(y1, x1);
121 src_reg = src(y1, x2);
125 out = out + src_reg * static_cast<work_elem_type>((x2 - x) * (y - y1));
128 out = out + src_reg * static_cast<work_elem_type>((x - x1) * (y - y1));
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Canvas.py 51 x1, y1, x2, y2 = self.canvas.bbox(self.id)
52 return (x1, y1), (x2, y2)
146 def addtag_enclosed(self, x1, y1, x2, y2):
147 self._do('addtag', 'enclosed', x1, y1, x2, y2)
148 def addtag_overlapping(self, x1, y1, x2, y2):
149 self._do('addtag', 'overlapping', x1, y1, x2, y2)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Canvas.py 51 x1, y1, x2, y2 = self.canvas.bbox(self.id)
52 return (x1, y1), (x2, y2)
146 def addtag_enclosed(self, x1, y1, x2, y2):
147 self._do('addtag', 'enclosed', x1, y1, x2, y2)
148 def addtag_overlapping(self, x1, y1, x2, y2):
149 self._do('addtag', 'overlapping', x1, y1, x2, y2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 51 x1, y1, x2, y2 = self.canvas.bbox(self.id)
52 return (x1, y1), (x2, y2)
146 def addtag_enclosed(self, x1, y1, x2, y2):
147 self._do('addtag', 'enclosed', x1, y1, x2, y2)
148 def addtag_overlapping(self, x1, y1, x2, y2):
149 self._do('addtag', 'overlapping', x1, y1, x2, y2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 51 x1, y1, x2, y2 = self.canvas.bbox(self.id)
52 return (x1, y1), (x2, y2)
146 def addtag_enclosed(self, x1, y1, x2, y2):
147 self._do('addtag', 'enclosed', x1, y1, x2, y2)
148 def addtag_overlapping(self, x1, y1, x2, y2):
149 self._do('addtag', 'overlapping', x1, y1, x2, y2)
  /external/boringssl/src/ssl/test/runner/poly1305/
sum_ref.go 43 y1 float64
462 y1 = h1 + alpha32
481 y1 -= alpha32
510 x1 = h1 - y1
595 x3 += y1
707 y1 = h1 + alpha32
715 y1 -= alpha32
729 x1 = h1 - y1
791 x3 += y1
1107 y1 = h1 + alpha3
    [all...]
  /external/libvncserver/webclients/novnc/include/
display.js 29 this._cleanRect = { 'x1': 0, 'y1': 0, 'x2': -1, 'y2': -1 }; property in class:Display._cleanRect
199 if (vp.y > cr.y1) {
200 cr.y1 = vp.y;
217 var y1, h;
220 y1 = 0;
224 y1 = vp.h - deltaY;
237 this._drawCtx.fillRect(0, y1, vp.w, h);
251 var cleanBox = { 'x': cr.x1, 'y': cr.y1,
252 'w': cr.x2 - cr.x1 + 1, 'h': cr.y2 - cr.y1 + 1 };
255 if (cr.x1 >= cr.x2 || cr.y1 >= cr.y2)
335 var y1 = old_y - this._viewportLoc.y; variable
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.c 49 if (src->y1 - src->y0 != dst->y1 - dst->y0)
340 PUSH_DATA (push, (dst->y1 - dst->y0) << 16 | dst->y0);
357 PUSH_DATAf(push, src->y1);
360 PUSH_DATA (push, (dst->y1 << 16) | dst->x1);
363 PUSH_DATAf(push, src->y1);
366 PUSH_DATA (push, (dst->y1 << 16) | dst->x0);
465 PUSH_DATA (push, ((dst->y1 - dst->y0) << 16) | (dst->x1 - dst->x0));
467 PUSH_DATA (push, ((dst->y1 - dst->y0) << 16) | (dst->x1 - dst->x0));
469 PUSH_DATA (push, ((src->y1 - src->y0) << 20) / (dst->y1 - dst->y0))
    [all...]
  /external/opencv3/modules/videostab/src/
inpainting.cpp 218 int y1 = cvRound(M_(1,0)*x0 + M_(1,1)*y0 + M_(1,2)); local
219 if (y1 >= 0 && y1 < frame1.rows && x1 >= 0 && x1 < frame1.cols)
220 err += std::abs(intensity(frame1.at<Point3_<uchar> >(y1,x1)) -
497 int y1 = cvRound(y0 + flowY_(y0,x0)); local
499 if (x1 >= 0 && x1 < mask1_.cols && y1 >= 0 && y1 < mask1_.rows && mask1_(y1,x1))
529 int y1 = cvRound(y0 + flowY_(y0,x0)); local
531 if (x1 >= 0 && x1 < frame1.cols && y1 >= 0 && y1 < frame1.rows && mask1_(y1,x1
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 87 extern "C" void rsdIntrinsicConvolve3x3_K(void *dst, const void *y0, const void *y1,
198 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1)); local
202 const uchar4 *py2 = (const uchar4 *)(pin + stride * y1);
245 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1)); local
249 const uchar2 *py2 = (const uchar2 *)(pin + stride * y1);
290 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1)); local
294 const uchar *py2 = (const uchar *)(pin + stride * y1);
335 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1)); local
339 const float4 *py2 = (const float4 *)(pin + stride * y1);
380 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1)) local
424 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1)); local
    [all...]
  /external/opencv3/modules/imgproc/src/
filter.cpp 641 __m128i x0, x1, x2, y0, y1, y2; local
647 y1 = _mm_unpackhi_epi8(x1, z);
652 y0 = _mm_add_epi16(y0, _mm_add_epi16(_mm_add_epi16(y1, y1), y2));
661 __m128i x0, x1, x2, y0, y1, y2; local
667 y1 = _mm_unpackhi_epi8(x1, z);
672 y0 = _mm_add_epi16(y0, _mm_sub_epi16(y2, _mm_add_epi16(y1, y1)));
687 __m128i x0, x1, x2, y0, y1, t0, t1, z0, z1, z2, z3; local
693 y1 = _mm_unpackhi_epi8(x1, z)
725 __m128i x0, x1, x2, y0, y1, y2; local
753 __m128i x0, x1, x2, y0, y1, t0, t1, z0, z1, z2, z3; local
826 __m128i x0, x1, y0, y1, z0, z1, z2, z3; local
859 __m128i x0, x1, x2, y0, y1, t0, t1, z0, z1, z2, z3; local
1537 __m128 x0, x1, x2, y0, y1, y2; local
1552 __m128 x0, x1, x2, y0, y1, y2; local
1569 __m128 x0, x1, x2, y0, y1, y2; local
1591 __m128 x0, x1, x2, y0, y1, y2; local
1608 __m128 x0, x1, x2, y0, y1, y2; local
2264 uint16x8_t y0, y1, y2; local
2293 int16x8_t y0, y1; local
2329 int16x8_t y0, y1; local
2389 int32x4_t y1, y2; local
2427 int16x8_t y1; local
2637 int32x4_t y0, y1, y2, y3; local
2658 int32x4_t y0, y1, y2, y3; local
2733 int32x4_t y0, y1; local
    [all...]
  /external/ImageMagick/coders/
mvg.c 180 (void) sscanf(p,"viewbox %lf %lf %lf %lf",&bounds.x1,&bounds.y1,
183 image->rows=(size_t) floor((bounds.y2-bounds.y1)+0.5);
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
OrthoCachedTiledMapRenderer.java 249 final float y1 = row * layerTileHeight + tile.getOffsetY() * unitScale; local
251 final float y2 = y1 + region.getRegionHeight() * unitScale;
261 vertices[Y1] = y1;
279 vertices[Y4] = y1;
366 final float y1 = y * unitScale; local
368 final float y2 = y1 + region.getRegionHeight() * unitScale;
376 vertices[Y1] = y1;
394 vertices[Y4] = y1;
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_dynamic.c 270 unsigned y1 = i915->scissor.miny; local
276 sc[1] = (y1 << 16) | (x1 & 0xffff);
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 579 int y1; /**< determines scale if PIPE_CAP_SCALED_RESOLVE is supported */ member in struct:pipe_resolve_info::__anon20834
588 int y1; /**< may be < y1 even if PIPE_CAP_SCALED_RESOLVE not supported */ member in struct:pipe_resolve_info::__anon20835
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 145 int y = box->y1;
147 int h = box->y2 - box->y1;
  /external/opencv3/modules/cudaimgproc/src/cuda/
mean_shift.cu 100 int y1 = __float2int_rz(sy*icount);
107 bool stopFlag = (x0 == x1 && y0 == y1) || (::abs(x1-x0) + ::abs(y1-y0) + norm2 <= eps);
109 x0 = x1; y0 = y1;
  /external/opencv3/modules/imgproc/src/opencl/
boxFilter.cl 127 int x1, y1, x2, y2;
133 if (pos.x >= srcCoords.x1 && pos.y >= srcCoords.y1 && pos.x < srcCoords.x2 && pos.y < srcCoords.y2)
152 srcCoords.x1, srcCoords.y1,
181 int2 srcPos = (int2)(srcCoords.x1 + x, srcCoords.y1 + y - ANCHOR_Y);
  /external/opencv3/modules/python/test/
tickets.py 38 y1 = max([y for (y,y) in xys]) + 10
42 1000 * (y - y0) / (y1 - y0))
  /external/opencv3/samples/python2/
opt_flow.py 24 for (x1, y1), (x2, y2) in lines:
25 cv2.circle(vis, (x1, y1), 1, (0, 255, 0), -1)
  /external/skia/tests/
ClipCubicTest.cpp 59 float x1, float y1,
64 crv[1].fX = x1; crv[1].fY = y1;

Completed in 566 milliseconds

<<11121314151617181920>>