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

1 2 3 4 5 6 7 8 91011

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfWav.h 52 int nx, // i : x size
61 int nx, // i : x size
ImfWav.cpp 146 int nx, // i : x size
153 int n = (nx > ny)? ny: nx;
178 unsigned short *ex = py + ox * (nx - p2);
214 if (nx & p)
234 unsigned short *ex = py + ox * (nx - p2);
266 int nx, // i : x size
273 int n = (nx > ny)? ny: nx;
309 unsigned short *ex = py + ox * (nx - p2)
    [all...]
ImfB44Compressor.cpp 458 int nx; member in struct:Imf::B44Compressor::ChannelData
670 cd.nx = numSamples (c.channel().xSampling, minX, maxX);
673 tmpBufferEnd += cd.nx * cd.ny * cd.size;
696 for (int x = cd.nx; x > 0; --x)
704 int n = cd.nx * cd.size;
733 int n = cd.nx * cd.size;
777 int n = cd.nx * cd.ny * cd.size * sizeof (unsigned short);
792 // If the width, cd.nx, or the height, cd.ny, of
798 unsigned short *row0 = cd.start + y * cd.nx;
799 unsigned short *row1 = row0 + cd.nx;
    [all...]
ImfPizCompressor.cpp 163 int nx; member in struct:Imf::PizCompressor::ChannelData
355 cd.nx = numSamples (c.channel().xSampling, minX, maxX);
361 tmpBufferEnd += cd.nx * cd.ny * cd.size;
379 for (int x = cd.nx * cd.size; x > 0; --x)
402 int n = cd.nx * cd.size;
462 cd.nx, cd.size,
463 cd.ny, cd.nx * cd.size,
531 cd.nx = numSamples (c.channel().xSampling, minX, maxX);
537 tmpBufferEnd += cd.nx * cd.ny * cd.size;
588 cd.nx, cd.size
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
cofftag.d 7 \[ 0\]\(sec -2\)\(fl 0x00\)\(ty 0\)\(scl 103\) \(nx 1\) 0x0+0000 foo.c
9 \[ 2\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 6\) \(nx 0\) 0x0+0000 gcc2_compiled.
10 \[ 3\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 6\) \(nx 0\) 0x0+0000 ___gnu_compiled_c
11 \[ 4\]\(sec -2\)\(fl 0x00\)\(ty a\)\(scl 15\) \(nx 1\) 0x0+0000 _token
13 \[ 6\]\(sec -(1|2)\)\(fl 0x00\)\(ty b\)\(scl 16\) \(nx 0\) 0x0+0000 _operator
14 \[ 7\]\(sec -(1|2)\)\(fl 0x00\)\(ty b\)\(scl 16\) \(nx 0\) 0x0+0001 _flags
15 \[ 8\]\(sec -(1|2)\)\(fl 0x00\)\(ty 0\)\(scl 102\) \(nx 1\) 0x0+0004 .eos
17 \[ 10\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .text
19 \[ 12\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .data
21 \[ 14\]\(sec 3\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .bs
    [all...]
  /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);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
test1xcoff32.d 20 \[ 0\]\(sec -2\)\(fl 0x00\)\(ty 0\)\(scl 103\) \(nx 1\) 0x00000000 fake
22 \[ 2\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000000 \.crazy_table
24 \[ 4\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000008
26 \[ 6\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000008 reference_csect_relative_symbols
28 \[ 8\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000018 dubious_references_to_default_RW_csect
30 \[ 10\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000028 reference_via_toc
32 \[ 12\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000040 subtract_symbols
34 \[ 14\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x0000005c load_addresses
36 \[ 16\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000068
38 \[ 18\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000074 TO
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 89 float nx = this.x; local
92 float ox = nx;
93 nx = ny;
96 return new Point(nx, ny);
  /external/opencv/cxcore/src/
cxdxt.cpp 439 int n0 = n, f_idx, nx;
552 nx = n;
563 v1 = v0 + nx*2;
566 r1 = v0[nx].re; i1 = v0[nx].im;
571 i3 = v1[nx].re; r3 = v1[nx].im;
579 v0[nx].re = r2 + r3; v0[nx].im = i2 + i3;
580 v1[nx].re = r2 - r3; v1[nx].im = i2 - i3
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
Net.java 152 Exception nx = x; local
154 nx = new SocketException("Socket is closed");
156 nx = new SocketException("Socket is not connected");
158 nx = new SocketException("Already bound");
160 nx = new SocketException("Socket is not bound yet");
162 nx = new SocketException("Unsupported address type");
164 nx = new SocketException("Unresolved address");
167 nx = new SocketException("Already connected");
169 if (nx != x)
170 nx.initCause(x)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
AutoFocusHelper.java 119 * @param nx x 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);
168 public static MeteringRectangle[] afRegionsForNormalizedCoord(float nx,
170 return regionsForNormalizedCoord(nx, ny, Settings3A.getAutoFocusRegionWidth(),
184 public static MeteringRectangle[] aeRegionsForNormalizedCoord(float nx,
186 return regionsForNormalizedCoord(nx, ny, Settings3A.getMeteringRegionWidth(),
200 public static MeteringRectangle[] gcamAERegionsForNormalizedCoord(float nx,
202 return regionsForNormalizedCoord(nx, ny, Settings3A.getGcamMeteringRegionFraction()
    [all...]
  /prebuilts/gdb/linux-x86/bin/
gcore 88 $binary_path/gdb </dev/null --nx --batch \
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_rem_pio2l.h 68 int e0,ex,i,j,nx; local
132 nx = 5;
133 while(tx[nx-1]==zero) nx--; /* skip zero term */
134 n = __kernel_rem_pio2(tx,ty,e0,nx,3);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2.c 59 int32_t e0,i,j,nx,n,ix,hx; local
181 nx = 3;
182 while(tx[nx-1]==zero) nx--; /* skip zero term */
183 n = __kernel_rem_pio2(tx,ty,e0,nx,1);
  /external/skia/src/effects/
SkEmbossMask.cpp 109 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; local
112 SkFixed numer = lx * nx + ly * ny + lz_dot_nz;
118 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta);
126 SkFixed dot = (unsigned)(numer >> 4) * gInvSqrtTable[(SkAbs32(nx) >> 1 << 7) | (SkAbs32(ny) >> 1)] >> 20;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 225 int nx = stretch(divX, divU, chunk.mDivX, tex.getWidth(), width); local
228 prepareVertexData(divX, divY, divU, divV, nx, ny, chunk.mColor);
313 int nx, int ny, int[] color) {
337 for (int i = 0; i < nx; ++i) {
357 end = nx;
360 start = nx - 1;
366 int k = row * nx + col;
368 int colorIdx = row * (nx - 1) + col;
378 index[idxCount++] = (byte) (k + nx);
  /external/opencv/cv/src/
cvcamshift.cpp 97 int dx, dy, nx, ny; local
111 nx = cur_rect.x + dx;
114 if( nx < 0 )
115 nx = 0;
116 else if( nx + cur_rect.width > mat->cols )
117 nx = mat->cols - cur_rect.width;
124 dx = nx - cur_rect.x;
126 cur_rect.x = nx;
  /external/v8/src/third_party/fdlibm/
fdlibm.cc 63 INLINE(int __kernel_rem_pio2(double* x, double* y, int e0, int nx)) {
66 int32_t jx = nx - 1;
217 int nx = 3; local
218 while (tx[nx - 1] == zero) nx--;
219 int n = __kernel_rem_pio2(tx, y, e0, nx);
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 58 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny)
60 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]);
79 float nx = wx / dstW; local
82 int triNdx = nx + ny >= 1.0f ? 1 : 0;
83 float triNx = triNdx ? 1.0f - nx : nx;
  /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]);
82 float nx = wx / dstW; local
85 int triNdx = nx + ny >= 1.0f ? 1 : 0;
86 float triNx = triNdx ? 1.0f - nx : nx;
  /device/google/contexthub/lib/libm/
ef_rem_pio2.c 108 int e0,nx; local
188 nx = 3;
189 while(tx[nx-1]==zero) nx--; /* skip zero term */
190 n = __kernel_rem_pio2f(tx,y,e0,nx,2,two_over_pi);
  /external/fdlibm/
e_rem_pio2.c 92 int e0,i,j,nx,n,ix,hx; local
170 nx = 3;
171 while(tx[nx-1]==zero) nx--; /* skip zero term */
172 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);
  /external/opencv3/modules/core/src/
dxt.cpp 387 int n = 1, i, j, nx, dw, dw0 = _dw0;
395 nx = n;
404 v1 = v0 + nx*2;
407 x13 = _mm_loadl_pi(x13, (const __m64*)&v0[nx]);
409 x13 = _mm_loadh_pi(x13, (const __m64*)&v1[nx]);
419 _mm_storeh_pi((__m64*)&v0[nx], y01);
421 _mm_storeh_pi((__m64*)&v1[nx], y23);
423 for( j = 1, dw = dw0; j < nx; j++, dw += dw0 )
426 v1 = v0 + nx*2;
428 x13 = _mm_loadl_pi(x13, (const __m64*)&v0[nx]);
    [all...]

Completed in 458 milliseconds

1 2 3 4 5 6 7 8 91011