Searched defs:x2 (Results 226 - 250 of 524) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c324 int x0, x1, x2, x3; local
328 x2 = input[2];
331 if (!(x0 | x1 | x2 | x3)) {
339 s3 = sinpi_4_9 * x2;
340 s4 = sinpi_1_9 * x2;
343 s7 = x0 - x2 + x3;
347 x2 = sinpi_3_9 * s7;
352 s2 = x2;
H A Dvp9_itrans8_dspr2.c473 int x0, x1, x2, x3, x4, x5, x6, x7; local
477 x2 = input[5];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
493 s2 = cospi_10_64 * x2 + cospi_22_64 * x3;
494 s3 = cospi_22_64 * x2 - cospi_10_64 * x3;
502 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS);
512 s2 = x2;
521 x2 = s0 - s2;
529 s2 = cospi_16_64 * (x2 + x3);
530 s3 = cospi_16_64 * (x2
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.h142 uint16_t x1, y1, x2, y2; member in struct:xa_box
/external/openfst/src/include/fst/
H A Dsigned-log-weight.h54 SignedLogWeightTpl(const X1& x1, const X2& x2) argument
55 : PairWeight<X1, X2>(x1, x2) { }
296 LogWeight x2 = w.Value(); local
297 return SignedLogWeight(x1, x2);
305 LogWeight x2 = w.Value(); local
306 return SignedLogWeight(x1, x2);
314 LogWeight x2 = w.Value(); local
315 return SignedLogWeight(x1, x2);
323 LogWeight x2 = w.Value2().Value(); local
324 return SignedLogWeight(x1, x2);
333 Log64Weight x2 = w.Value(); local
342 Log64Weight x2 = w.Value(); local
351 Log64Weight x2 = w.Value(); local
360 Log64Weight x2 = w.Value2().Value(); local
[all...]
/external/openssl/crypto/ec/
H A Dec2_smpl.c424 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
451 x2 = BN_CTX_get(ctx);
482 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err;
483 if (!BN_GF2m_add(x2, x2, &group->a)) goto err;
484 if (!BN_GF2m_add(x2, x2, s)) goto err;
485 if (!BN_GF2m_add(x2, x2, t)) goto err;
498 if (!group->meth->field_sqr(group, x2,
[all...]
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp161 FX_INT32 x0, y0, x1, y1, x2, y2; local
169 x2 = xPos + xSize;
177 x2 = xPos;
185 x2 = xPos;
193 x2 = xPos + xSize;
197 display_matrix.Set(FXSYS_Div((FX_FLOAT)(x2 - x0), m_PageWidth),
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h34 virtual void OnCaretMove(FX_INT32 x1, FX_INT32 y1, FX_INT32 x2, FX_INT32 y2) {} argument
/external/pixman/pixman/
H A Dpixman-android.c85 int x1, x2; local
91 x2 = pixman_fixed_to_int(vx);
93 s2 = *(src + x2);
H A Dpixman-radial-gradient.c41 pixman_fixed_48_16_t x2,
49 return x1 * x2 + y1 * y2 + z1 * z2;
56 double x2,
66 return x1 * x2 + y1 * y2 + z1 * z2;
38 dot(pixman_fixed_48_16_t x1, pixman_fixed_48_16_t y1, pixman_fixed_48_16_t z1, pixman_fixed_48_16_t x2, pixman_fixed_48_16_t y2, pixman_fixed_48_16_t z2) argument
53 fdot(double x1, double y1, double z1, double x2, double y2, double z2) argument
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.c203 static void fastscale (register char *b1, register char *b2, int x1, int x2, int y1, int y2) argument
209 if (!x1 || !x2 || !y1 || !y2)
212 ddx1 = x2 + x2;
222 for (x = x2; x; x--) {
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemevents.c83 short x2,y2,w2,h2; local
89 x2=y2=w2=h2 = 0;
93 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2);
102 mouse_event,x2,y2,w2,h2,
177 short x2,y2,w2,h2; local
234 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
254 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
301 short x2, y2, w2, h2; local
309 x2 = y2 = 0;
313 wind_get (GEM_handle, WF_WORKXYWH, &x2,
[all...]
/external/skia/experimental/SkV8Example/
H A DPath2D.cpp232 double x2 = args[2]->NumberValue(); local
240 SkDoubleToScalar(x2),
/external/skia/samplecode/
H A DSampleSkLayer.cpp53 SkScalar x0, SkScalar x1, SkScalar x2,
56 if (dst[0] != x0 || dst[1] != x1 || dst[2] != x2 ||
61 x0, x1, x2, y0, y1, y2, str.c_str());
52 test_33(const SkMatrix44& mat, SkScalar x0, SkScalar x1, SkScalar x2, SkScalar y0, SkScalar y1, SkScalar y2) argument
/external/skia/src/core/
H A DSkBitmapProcState_sample.h116 SRCTYPE x2 = srcAddr[UNPACK_PRIMARY_SHORT(xx1)]; local
121 *colors++ = RETURNDST(x2);
H A DSkEdge.cpp171 SkFDot6 x0, y0, x1, y1, x2, y2; local
179 x2 = int(pts[2].fX * scale);
186 SkTSwap(x0, x2);
201 SkFDot6 dx = ((x1 << 1) - x0 - x2) >> 2;
237 SkFixed A = SkFDot6ToFixedDiv2(x0 - x1 - x1 + x2); // 1/2 the real value
251 fQLastX = SkFDot6ToFixed(x2);
321 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
329 x2 = int(pts[2].fX * scale);
339 SkTSwap(x1, x2);
361 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x
[all...]
/external/skia/src/pathops/
H A DSkPathOpsLine.cpp113 // Returns true if a ray from (0,0) to (x1,y1) is coincident with a ray (0,0) to (x2,y2)
115 bool SkDLine::NearRay(double x1, double y1, double x2, double y2) { argument
117 double denom2 = x2 * x2 + y2 * y2;
119 SkDPoint pt = {x2, y2};
/external/speex/libspeex/
H A Dmath_approx.h190 spx_word16_t x2; local
194 x2 = MULT16_16_P13(x,x);
195 return ADD32(K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
198 x2 = MULT16_16_P13(x,x);
199 return SUB32(-K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
210 spx_word16_t x2; local
[all...]
H A Dscal.c235 float x1,x2; local
239 x2 = uni_rand(&st->seed);
240 } while (x1*x1+x2*x2 > 1.);
243 frame[2*i] = gain*x2;
/external/webp/src/enc/
H A Dwebpenc.c334 const float x2 = x * x; local
337 dithering = 1.0f + (0.5f - 1.0f) * x2 * x2;
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_resampler.c175 float x2 = 0; local
214 x2 += n*n;
225 denom = x2 - xAvg*x;
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jar ... x1 com.jakewharton.disklrucache.DiskLruCache$1 x2 } com/jakewharton/disklrucache/DiskLruCache$Editor.class DiskLruCache. ...
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc51 bool Intersects(int x1, int max_1, int x2, int max_2) { argument
52 return x2 <= max_1 && max_2 > x1;
/external/chromium_org/base/
H A Dbind_internal.h1184 typename CallbackParamTraits<X2>::ForwardType x2) {
1194 typename CallbackParamTraits<X2>::ForwardType x2)>
1196 CallbackForward(x2));
1209 typename CallbackParamTraits<X2>::ForwardType x2) {
1222 typename CallbackParamTraits<X2>::ForwardType x2)>
1224 CallbackForward(x2));
1246 typename Bound2UnwrapTraits::ForwardType x2 = local
1253 CallbackForward(x2));
1270 typename CallbackParamTraits<X2>::ForwardType x2,
1281 typename CallbackParamTraits<X2>::ForwardType x2,
1182 Run(BindStateBase* base, typename CallbackParamTraits<X1>::ForwardType x1, typename CallbackParamTraits<X2>::ForwardType x2) argument
1208 Run(BindStateBase* base, typename CallbackParamTraits<X2>::ForwardType x2) argument
1268 Run(BindStateBase* base, typename CallbackParamTraits<X1>::ForwardType x1, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3) argument
1298 Run(BindStateBase* base, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3) argument
1341 typename Bound2UnwrapTraits::ForwardType x2 = local
1373 typename Bound2UnwrapTraits::ForwardType x2 = local
1399 Run(BindStateBase* base, typename CallbackParamTraits<X1>::ForwardType x1, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4) argument
1433 Run(BindStateBase* base, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4) argument
1481 typename Bound2UnwrapTraits::ForwardType x2 = local
1517 typename Bound2UnwrapTraits::ForwardType x2 = local
1554 typename Bound2UnwrapTraits::ForwardType x2 = local
1585 Run(BindStateBase* base, typename CallbackParamTraits<X1>::ForwardType x1, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5) argument
1622 Run(BindStateBase* base, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5) argument
1674 typename Bound2UnwrapTraits::ForwardType x2 = local
1713 typename Bound2UnwrapTraits::ForwardType x2 = local
1753 typename Bound2UnwrapTraits::ForwardType x2 = local
1794 typename Bound2UnwrapTraits::ForwardType x2 = local
1829 Run(BindStateBase* base, typename CallbackParamTraits<X1>::ForwardType x1, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6) argument
1870 Run(BindStateBase* base, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6) argument
1927 typename Bound2UnwrapTraits::ForwardType x2 = local
1970 typename Bound2UnwrapTraits::ForwardType x2 = local
2014 typename Bound2UnwrapTraits::ForwardType x2 = local
2059 typename Bound2UnwrapTraits::ForwardType x2 = local
2105 typename Bound2UnwrapTraits::ForwardType x2 = local
2145 Run(BindStateBase* base, typename CallbackParamTraits<X1>::ForwardType x1, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6, typename CallbackParamTraits<X7>::ForwardType x7) argument
2189 Run(BindStateBase* base, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6, typename CallbackParamTraits<X7>::ForwardType x7) argument
2250 typename Bound2UnwrapTraits::ForwardType x2 = local
2296 typename Bound2UnwrapTraits::ForwardType x2 = local
2343 typename Bound2UnwrapTraits::ForwardType x2 = local
2391 typename Bound2UnwrapTraits::ForwardType x2 = local
2440 typename Bound2UnwrapTraits::ForwardType x2 = local
2490 typename Bound2UnwrapTraits::ForwardType x2 = local
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_theme_engine.cc141 int x2,
152 path.lineTo(SkIntToScalar(x2), SkIntToScalar(y2));
136 triangle(SkCanvas* canvas, int x0, int y0, int x1, int y1, int x2, int y2, SkColor color) argument
/external/chromium_org/crypto/
H A Dcurve25519-donna.c390 * x2 z3: long form
396 static void fmonty(limb *x2, limb *z2, /* output 2Q */ argument
430 fproduct(x2, xx, zz);
431 freduce_degree(x2);
432 freduce_coefficients(x2);

Completed in 2431 milliseconds

1234567891011>>