HomeSort by relevance Sort by last modified time
    Searched defs:x3 (Results 126 - 150 of 1785) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 81 int32 x0, x1, x3, x5, x7;//, x8; local
90 x3 = x7;
97 blk[24] = (x0 + x3) >> 8;
101 blk[32] = (x0 - x3) >> 8;
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
125 x3 = x7;
132 blk[24] = (x2 + x3) >> 8;
136 blk[32] = (x2 - x3) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
145 x3 = blk[24]
185 int32 x1, x3, x5, x7;\/\/, x8; local
235 int32 x1, x3, x5, x7; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; 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
691 int32 x1, x3, x5, x7; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; 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
1171 int32 x1, x3, x5, x7; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; 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
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /device/google/dragon/audio/hal/dsp/
drc_kernel.c 374 float x3 = x2 * x; local
376 float release_frames = kA + kB * x + kC * x2 + kD * x3 +
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 454 int x3 = BytesTo32Bits(src, srcIndex + 12) ^ gSubKeys[INPUT_WHITEN + 3]; local
464 x3 = (x3 << 1 | x3 >>> 31) ^ (t0 + 2*t1 + gSubKeys[k++]);
467 t1 = Fe32_3(x3);
474 Bits32ToBytes(x3 ^ gSubKeys[OUTPUT_WHITEN + 1], dst, dstIndex + 4);
491 int x3 = BytesTo32Bits(src, srcIndex+4) ^ gSubKeys[OUTPUT_WHITEN + 1]; local
500 t1 = Fe32_3(x3);
507 x3 ^= t0 + 2*t1 + gSubKeys[k--];
509 x3 = x3 >>>1 | x3 << 31
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat192.java 554 long x3 = x[xOff + 3] & M; local
555 c += wVal * x3 + x2 + (y[yOff + 3] & M);
559 c += wVal * x4 + x3 + (y[yOff + 4] & M);
Nat224.java 573 long x3 = x[xOff + 3] & M; local
574 c += wVal * x3 + x2 + (y[yOff + 3] & M);
578 c += wVal * x4 + x3 + (y[yOff + 4] & M);
Nat256.java 693 long x3 = x[xOff + 3] & M; local
694 c += wVal * x3 + x2 + (y[yOff + 3] & M);
698 c += wVal * x4 + x3 + (y[yOff + 4] & M);
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 556 int x3; local
557 x3 = (getInt(), getInt(), 0); // expected-warning{{Value stored to 'x3' is never read}}
  /external/clang/test/FixIt/
fixit.cpp 77 int x3 += 0; // expected-error {{invalid '+=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
97 int x3 += 0; // expected-error {{invalid '+=' at end of declaration; did you mean '='?}} local
98 (void)x3;
124 if (int x3 += 0) { (void)x3; } // expected-error {{invalid '+=' at end of declaration; did you mean '='?}}
  /external/clang/test/Sema/
conversion.c 347 unsigned char x3 = u64 & mask; local
348 return x1 + x2 + x3;
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 241 void g3(enum class x3);
242 enum class x3 { nothing }; class
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 464 float x3 = 2.0f * m_random.getFloat() - 1.0f; local
468 renderTriangle(tcu::Vec3(x1, y1, z1), tcu::Vec3(x2, y2, z2), tcu::Vec3(x3, y3, z3));
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
Sprite.java 148 vertices[X3] = x2;
175 vertices[X3] = x2;
231 vertices[X3] += xAmount;
264 vertices[X3] += xAmount;
448 final float x3 = localX2Cos - localY2Sin + worldOriginX; local
450 vertices[X3] = x3;
453 vertices[X4] = x1 + (x3 - x2);
467 vertices[X3] = x2;
491 minx = minx > vertices[X3] ? vertices[X3] : minx;
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
PolygonRegionTest.java 216 float x3; local
229 x3 = cos * p3x - sin * p3y;
232 x4 = x1 + (x3 - x2);
241 x3 = p3x;
252 x3 += worldOriginX;
262 renderer.line(x2, y2, x3, y3);
263 renderer.line(x3, y3, x4, y4);
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 254 tran_low_t x3 = input[3]; local
256 if (!(x0 | x1 | x2 | x3)) {
266 s5 = sinpi_2_9 * x3;
267 s6 = sinpi_4_9 * x3;
268 s7 = x0 - x2 + x3;
291 tran_high_t x3 = input[2]; local
297 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
306 s2 = (int)(cospi_10_64 * x2 + cospi_22_64 * x3);
307 s3 = (int)(cospi_22_64 * x2 - cospi_10_64 * x3);
316 x3 = WRAPLOW(dct_const_round_shift(s3 + s7), 8)
586 tran_high_t x3 = input[2]; local
1489 tran_low_t x3 = input[3]; local
1527 tran_low_t x3 = input[2]; local
1825 tran_low_t x3 = input[2]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1061 int x3 = input[2]; local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
421 x3 = x0 - 1.0f + 3.0f * G3;/* Offsets for last corner in (x,y,z) coords */
459 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3;
465 t3 * t3 * grad3(perm[ii + 1 + perm[jj + 1 + perm[kk + 1]]], x3, y3,
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
566 x3 = x0 - i3 + 3.0f * G4; /* Offsets for fourth corner in (x,y,z,w) coords */
614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3;
622 x3, y3, z3, w3)
    [all...]
  /external/opencv3/modules/hal/src/
mathfuncs.cpp 570 double x3 = x[i + 3].f * exp_prescale; local
583 x3 = x[i+3].i < 0 ? -exp_max_val : exp_max_val;
588 val3 = cvRound(x3);
593 x3 = (x3 - val3)*exp_postscale;
618 x3 = buf[3].f * expTab[val3 & EXPTAB_MASK] * EXPPOLY( x3 );
621 y[i + 3] = (float)x3;
732 double x3 = x[i + 3].f * exp_prescale;
751 x3 = t < 0 ? -exp_max_val : exp_max_val
    [all...]
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 163 FX_FIXFLOAT x3 = pPoints[i + 2].m_PointX, y3 = pPoints[i + 2].m_PointY; local
166 pObject2Device->Transform(x3, y3);
168 m_PathData.cubicTo(x, y, x2, y2, x3, y3);
  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 298 FX_FLOAT x3 = local
305 FX_FLOAT left = std::min(std::min(x1, x2), std::min(x3, x4));
  /external/skia/src/effects/
SkBlurMask.cpp 659 float x3 = x2*x; local
662 return 0.5625f - (x3 / 6.0f - 3.0f * x2 * 0.25f + 1.125f * x);
665 return 0.5f - (0.75f * x - x3 / 3.0f);
667 return 0.4375f + (-x3 / 6.0f - 3.0f * x2 * 0.25f - 1.125f * x);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 920 int x3 = input[2]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 247 int x3 = input[3]; local
249 if (!(x0 | x1 | x2 | x3)) {
259 s5 = sinpi_2_9 * x3;
260 s6 = sinpi_4_9 * x3;
261 s7 = x0 - x2 + x3;
266 x3 = s2;
268 s0 = x0 + x3;
269 s1 = x1 + x3;
271 s3 = x0 + x1 - x3;
320 int x3 = input[2] local
644 int x3 = input[2]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 112 int x0, x1, x2, x3; local
118 x3 = input[3];
120 if (!(x0 | x1 | x2 | x3)) {
130 s5 = sinpi_4_9 * x3;
131 s6 = sinpi_2_9 * x3;
132 s7 = x0 + x1 - x3;
137 x3 = s4;
139 s0 = x0 + x3;
141 s2 = x2 - x3;
142 s3 = x2 - x0 + x3;
194 \/*canbe16*\/ int x0, x1, x2, x3; local
252 \/*canbe16*\/ int x0, x1, x2, x3; local
378 \/*canbe16*\/ int x0, x1, x2, x3; local
498 int x3 = input[2]; local
687 \/*canbe16*\/ int x0, x1, x2, x3; local
804 int x3 = input[2]; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 283 final float x3 = to.left; // delete target t/l local
304 (t * t) * x3;
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/
wagon-http-shared-1.0-beta-6.jar 

Completed in 1364 milliseconds

1 2 3 4 56 7 8 91011>>