HomeSort by relevance Sort by last modified time
    Searched refs:ny (Results 1 - 25 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
ManualAutoFocus.java 25 void triggerFocusAndMeterAtPoint(float nx, float ny);
ManualAutoFocusImpl.java 45 public void triggerFocusAndMeterAtPoint(float nx, float ny) {
46 PointF point = new PointF(nx, ny);
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DeferredManualAutoFocus.java 37 public void triggerFocusAndMeterAtPoint(float nx, float ny) {
41 af.triggerFocusAndMeterAtPoint(nx, ny);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 90 float ny = this.y; local
93 nx = ny;
94 ny = -ox;
96 return new Point(nx, ny);
  /external/valgrind/none/tests/s390x/
and.stdout.exp 49 ny + 0000000000000000 & 0000000000000000 = 0000000000000000 (cc=0)
50 ny + 0000000000000001 & 0000000000000000 = 0000000000000000 (cc=0)
51 ny + 000000000000FFFF & 0000000000000000 = 0000000000000000 (cc=0)
52 ny + 0000000000007FFF & 0000000000000000 = 0000000000000000 (cc=0)
53 ny + 0000000000008000 & 0000000000000000 = 0000000000000000 (cc=0)
54 ny + 00000000FFFFFFFF & 0000000000000000 = 0000000000000000 (cc=0)
55 ny + 0000000080000000 & 0000000000000000 = 0000000000000000 (cc=0)
56 ny + 000000007FFFFFFF & 0000000000000000 = 0000000000000000 (cc=0)
57 ny + AAAAAAAAAAAAAAAA & 0000000000000000 = AAAAAAAA00000000 (cc=0)
58 ny + 8000000000000000 & 0000000000000000 = 8000000000000000 (cc=0
    [all...]
  /external/skia/src/effects/
SkEmbossMask.cpp 73 int ny = alpha[x + next_row] - alpha[x - prev_row]; local
75 SkFixed numer = lx * nx + ly * ny + lz_dot_nz;
80 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta);
  /external/syslinux/utils/
ppmtolss16 317 my($ny) = @_;
319 if ( !defined($ny) ) {
321 $ny = 0; # Force the last byte out
327 $ny = $ny & 0x0F;
330 $ny = ($ny << 4) | $nybble_tmp;
331 print chr($ny);
335 $nybble_tmp = $ny;
  /packages/apps/Camera2/src/com/android/camera/one/v2/
AutoFocusHelper.java 120 * @param ny y coordinate of the touch point, in normalized portrait coordinates.
127 private static MeteringRectangle[] regionsForNormalizedCoord(float nx, float ny,
134 // nx, ny is normalized to the screen.
139 nx, ny, sensorOrientation);
169 float ny, final Rect cropRegion, int sensorOrientation) {
170 return regionsForNormalizedCoord(nx, ny, Settings3A.getAutoFocusRegionWidth(),
185 float ny, final Rect cropRegion, int sensorOrientation) {
186 return regionsForNormalizedCoord(nx, ny, Settings3A.getMeteringRegionWidth(),
201 float ny, final Rect cropRegion, int sensorOrientation) {
202 return regionsForNormalizedCoord(nx, ny, Settings3A.getGcamMeteringRegionFraction()
    [all...]
  /external/opencv/cv/src/
cvcamshift.cpp 97 int dx, dy, nx, ny; local
112 ny = cur_rect.y + dy;
119 if( ny < 0 )
120 ny = 0;
121 else if( ny + cur_rect.height > mat->rows )
122 ny = mat->rows - cur_rect.height;
125 dy = ny - cur_rect.y;
127 cur_rect.y = ny;
  /frameworks/base/core/java/android/text/method/
Touch.java 154 int ny = widget.getScrollY() + (int) dy; local
159 ny = Math.min(ny, layout.getHeight() - (widget.getHeight() - padding));
160 ny = Math.max(ny, 0);
165 scrollTo(widget, layout, nx, ny);
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 59 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny)
61 return (s[0]*(1.0f-nx-ny)/w[0] + s[1]*ny/w[1] + s[2]*nx/w[2]) / ((1.0f-nx-ny)/w[0] + ny/w[1] + nx/w[2]);
81 float ny = wy / dstH; local
83 int triNdx = nx + ny >= 1.0f ? 1 : 0;
85 float triNy = triNdx ? 1.0f - ny : ny;
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 61 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny)
63 return (s[0]*(1.0f-nx-ny)/w[0] + s[1]*ny/w[1] + s[2]*nx/w[2]) / ((1.0f-nx-ny)/w[0] + ny/w[1] + nx/w[2]);
83 float ny = wy / dstH; local
85 int triNdx = nx + ny >= 1.0f ? 1 : 0;
87 float triNy = triNdx ? 1.0f - ny : ny;
  /external/skia/experimental/docs/
interpolatorFunctions.js 41 var ny = fy * 27 - ay - dy * 8;
43 var by = (my * 2 - ny) / 18;
45 var cy = (ny * 2 - my) / 18;
  /external/fonttools/Lib/fontTools/pens/
basePen.py 266 nx, ny = points[0] # first off-curve point
267 impliedStartPoint = (0.5 * (x + nx), 0.5 * (y + ny))
333 nx, ny = points[i+1]
334 impliedPt = (0.5 * (x + nx), 0.5 * (y + ny))
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 181 float ny = -sinV * cosU; local
184 float length = (float) Math.sqrt(nx*nx + ny*ny + nz*nz);
186 ny /= length;
189 grid.set(i, j, x, y, z, nx, ny, nz);
237 // float nx, ny, nx;
317 public void set(int i, int j, float x, float y, float z, float nx, float ny, float nz) {
332 mVertexBuffer.put(ny);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 226 int ny = stretch(divY, divV, chunk.mDivY, tex.getHeight(), height); local
228 prepareVertexData(divX, divY, divU, divV, nx, ny, chunk.mColor);
313 int nx, int ny, int[] color) {
336 for (int j = 0; j < ny; ++j) {
350 for (int row = 0; row < ny - 1; row++) {
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp 291 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny)
293 return (s[0]*(1.0f-nx-ny)/w[0] + s[1]*ny/w[1] + s[2]*nx/w[2]) / ((1.0f-nx-ny)/w[0] + ny/w[1] + nx/w[2]);
296 static inline float triDerivateX (const tcu::Vec3& s, const tcu::Vec3& w, float wx, float width, float ny)
298 float d = w[1]*w[2]*(width*(ny - 1.0f) + wx) - w[0]*(w[2]*width*ny + w[1]*wx);
299 return (w[0]*w[1]*w[2]*width * (w[1]*(s[0] - s[2])*(ny - 1.0f) + ny*(w[2]*(s[1] - s[0]) + w[0]*(s[2] - s[1])))) / (d*d)
487 float ny = wy \/ dstH; local
530 float ny = wy \/ dstH; local
636 const float ny = wy \/ dstH; local
832 float ny = wy \/ dstH; local
889 const float ny = wy \/ dstH; local
1283 const float ny = wy \/ dstH; local
1390 const float ny = wy \/ dstH; local
1597 const float ny = wy \/ dstH; local
1771 const float ny = wy \/ dstH; local
1938 const float ny = wy \/ dstH; local
2047 const float ny = wy \/ dstH; local
2244 const float ny = wy \/ dstH; local
2419 const float ny = wy \/ dstH; local
2533 const float ny = wy \/ dstH; local
2655 const float ny = wy \/ dstH; local
    [all...]
  /external/toolchain-utils/crosperf/
machine_image_manager.py 296 ny = reduce(lambda x, y: x + 1 if (y[1] == 'Y') else x,
298 if ny < N:
  /external/libconstrainedcrypto/
p256_ec.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
alg.go 417 ny := nod(OINDEX, nq, ni)
418 ny.Bounded = true
421 nif.Left = nod(ONE, nx, ny)
526 ny := nodSym(OXDOT, q, field)
527 ne := nod(OEQ, nx, ny)
536 ny := nod(OADDR, nodSym(OXDOT, q, field), nil)
537 ny.Etype = 1 // does not escape
539 ny = typecheck(ny, Erv)
544 call.List.Append(ny)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
alg.go 417 ny := nod(OINDEX, nq, ni)
418 ny.Bounded = true
421 nif.Left = nod(ONE, nx, ny)
526 ny := nodSym(OXDOT, q, field)
527 ne := nod(OEQ, nx, ny)
536 ny := nod(OADDR, nodSym(OXDOT, q, field), nil)
537 ny.Etype = 1 // does not escape
539 ny = typecheck(ny, Erv)
544 call.List.Append(ny)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c 32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
37 if (ny > 64) tile_mode = 0x040; /* height 128 tiles */
39 if (ny > 32) tile_mode = 0x030; /* height 64 tiles */
41 if (ny > 16) tile_mode = 0x020; /* height 32 tiles */
43 if (ny > 8) tile_mode = 0x010; /* height 16 tiles */
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d)
64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
nv50_resource.h 37 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
  /external/libyuv/files/util/
psnr_main.cc 111 int ny = (y - 16) * 256 / 224; local
112 if (ny < 0)
113 ny = 0;
114 if (ny > 255)
115 ny = 255;
116 return static_cast<uint8>(ny);
  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 19 * (nx,nxb,ny,nyb,nz,nzb,nle). Once the buckets are full the data is used to
80 uint32_t nx, nxb, ny, nyb, nz, nzb, nle; member in struct:AccelGoodData

Completed in 2308 milliseconds

1 2 3 4 5 6 7 8 91011>>