HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 276 - 300 of 1056) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 29 SkScalar x1 = p1.x(), x2 = p2.x(), x3 = p3.x(), x4 = p4.x(); local
32 SkScalar d = SkScalarMul(x1 - x2, y3 - y4) - SkScalarMul(y1 - y2, x3 - x4);
39 SkScalar pre = SkScalarMul(x1, y2) - SkScalarMul(y1, x2),
42 res.set(SkScalarDiv(SkScalarMul(pre, x3 - x4) - SkScalarMul(x1 - x2, post), d),
46 return (res.x() < GrMin(x1, x2) || res.x() > GrMax(x1, x2) ||
  /external/chromium_org/third_party/speex/libspeex/
filters.c 446 spx_word16_t *x2; local
450 x2=x+M-1;
465 y1k=ADD32(y1k,MULT16_16(a[j],ADD16(x[i+j],x2[i-j])));
466 y2k=SUB32(y2k,MULT16_16(a[j],SUB16(x[i+j],x2[i-j])));
468 y1k=ADD32(y1k,MULT16_16(a[j],ADD16(x[i+j],x2[i-j])));
469 y2k=ADD32(y2k,MULT16_16(a[j],SUB16(x[i+j],x2[i-j])));
477 void qmf_synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_t *mem2, char *stack)
497 xx2[i] = x2[N2-1-i];
  /external/chromium_org/ui/gfx/
canvas.cc 319 int x2 = std::max(rect.x(), rect.right()); local
322 DrawLine(Point(x1, y1), Point(x2, y1), paint);
323 DrawLine(Point(x1, y2), Point(x2, y2), paint);
325 DrawLine(Point(x2, y1), Point(x2, y2 + 1), paint);
  /external/jpeg/
jidctintelsse.c 113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
132 tmp1 = _mm_madd_epi16(tmp1, * ( __m128i*)table1); /*x2*w13+x0*w12, x2*w9+x0*w8, x2*w5+x0*w4, x2*w1+x0*w0*/
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 530 VGfloat x2, y2; local
542 x2 = img->width;
558 x1, y1, x2, y2, x3, y3, x4, y4);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 542 int x1, y1, x2, y2; local
552 x2 = x + w - 1;
554 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2);
561 x2 = x + w - 1;
563 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2);
568 x2 = CLAMP(x2, 0, ctx->DrawBuffer->Width - 1);
571 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2);
575 i830->state.Buffer[I830_DESTREG_SR2] = (y2 << 16) | (x2 & 0xffff);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 112 int x1, y1, x2, y2; local
124 x2 = x + w - 1;
129 x2 = x + w - 1;
136 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x);
  /external/opencv/cvaux/src/
cvscanlines.cpp 183 int x1, y1, x2, y2, dx, dy; local
193 x2 = scanlines[curr++];
196 dx = abs( x1 - x2 ) + 1;
213 int x1, y1, x2, y2; local
231 x2 = (int) (scanlines_1[curr] * alpha + scanlines_2[curr] * (1.0 - alpha));
233 scanlines_a[curr++] = x2;
239 dx = abs( x1 - x2 ) + 1;
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 56 FX_FLOAT x2 = pPoints[i + 1].m_PointX, y2 = pPoints[i + 1].m_PointY; local
60 pObject2Device->Transform(x2, y2);
63 agg::curve4 curve(x0, y0, x, y, x2, y2, x3, y3);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 116 FX_FLOAT x2 = pPathData->GetPointX(i + 2); local
121 pObject2Device->Transform(x2, y2);
123 buf << FX_BSTRC(" ") << x1 << FX_BSTRC(" ") << y1 << FX_BSTRC(" ") << x2 << FX_BSTRC(" ") << y2;
  /external/pixman/pixman/
pixman-glyph.c 328 extents->x2 = extents->y2 = INT32_MIN;
333 int x1, y1, x2, y2; local
337 x2 = glyphs[i].x - glyph->origin_x + glyph->image->bits.width;
344 if (x2 > extents->x2)
345 extents->x2 = x2;
388 dest->x2 = MIN (box1->x2, box2->x2);
    [all...]
pixman.c 173 if (rbox->x2 > (v = cbox->x2 + dx))
174 rbox->x2 = v;
179 if (rbox->x1 >= rbox->x2 || rbox->y1 >= rbox->y2)
242 region->extents.x2 = dest_x + width;
248 region->extents.x2 = MIN (region->extents.x2, dest_image->bits.width);
254 if (region->extents.x1 >= region->extents.x2 ||
258 region->extents.x2 = 0;
332 pixman_fixed_48_16_t x2; member in struct:__anon12544
342 pixman_fixed_t x1, y1, x2, y2; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
132 tmp1 = _mm_madd_epi16(tmp1, * ( __m128i*)table1); /*x2*w13+x0*w12, x2*w9+x0*w8, x2*w5+x0*w4, x2*w1+x0*w0*/
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 1005 int x2, y2; local
1010 x2 = rects[i].x + rects[i].w - 1;
1021 if (x2 > region.x2)
1022 region.x2 = x2;
1031 region.x2 = x2;
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 882 int x1,x2; local
885 x2 = rects[i].x+rects[i].w;
886 if (x2 & 15) {
887 x2 = (x2 | 15) +1;
902 x2-x1,
  /external/skia/experimental/Intersection/
SkAntiEdge.cpp 23 float x2 = SkFixedToFloat(fLastX); local
25 float numer = (x2 - x1) * (y1 - y0) - (x1 - x0) * (y2 - y1);
26 float denom = (x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1);
748 {{0.0f, 0.0f}, {2.0f, 0.0f}, {2.0f, 2.0f}, {0.0f, 2.0f}}, // 12: 2x2
796 {0xFF, 0xFF, 0x00, // 12: 2x2
    [all...]
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 29 SkScalar x1 = p1.x(), x2 = p2.x(), x3 = p3.x(), x4 = p4.x(); local
32 SkScalar d = SkScalarMul(x1 - x2, y3 - y4) - SkScalarMul(y1 - y2, x3 - x4);
39 SkScalar pre = SkScalarMul(x1, y2) - SkScalarMul(y1, x2),
42 res.set(SkScalarDiv(SkScalarMul(pre, x3 - x4) - SkScalarMul(x1 - x2, post), d),
46 return (res.x() < GrMin(x1, x2) || res.x() > GrMax(x1, x2) ||
  /external/speex/libspeex/
filters.c 446 spx_word16_t *x2; local
450 x2=x+M-1;
465 y1k=ADD32(y1k,MULT16_16(a[j],ADD16(x[i+j],x2[i-j])));
466 y2k=SUB32(y2k,MULT16_16(a[j],SUB16(x[i+j],x2[i-j])));
468 y1k=ADD32(y1k,MULT16_16(a[j],ADD16(x[i+j],x2[i-j])));
469 y2k=ADD32(y2k,MULT16_16(a[j],SUB16(x[i+j],x2[i-j])));
477 void qmf_synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_t *mem2, char *stack)
497 xx2[i] = x2[N2-1-i];
  /external/tcpdump/
smbutil.c 93 u_int32_t x, x2; local
96 x2 = ((x & 0xFFFF) << 16) | ((x & 0xFFFF0000) >> 16);
97 return int_unix_date(x2);
535 u_int32_t x1, x2; local
540 x2 = reverse ? EXTRACT_32BITS(buf + 4) :
542 x = (((u_int64_t)x1) << 32) | x2;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
109 x2 = blk[16];
114 x6 = W6 * x2;
115 x2 = W2 * x2;
116 x8 = x0 - x2;
117 x0 += x2;
118 x2 = x8;
132 blk[24] = (x2 + x3) >> 8;
136 blk[32] = (x2 - x3) >> 8
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
211 int32 x0, x2, x4, x6; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; 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
578 int32 x1, x2, x4, x5; local
635 int32 x0, x2, x4, x6; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; 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
1063 int32 x1, x2, x4, x5; local
1118 int32 x0, x2, x4, x6; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; 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
1577 int32 x1, x2, x4, x5; local
1635 int32 x0, x2, x4, x6; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
motion_comp.cpp 1126 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; \/* new way *\/ local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 122 uint32_t x2 = xend; local
126 if (rsdIntrinsicBlend_K(out, in, p->slot, x1, x2) >= 0)
132 for (;x1 < x2; x1++, out++) {
137 for (;x1 < x2; x1++, out++, in++) {
147 if ((x1 + 8) < x2) {
148 uint32_t len = (x2 - x1) >> 3;
156 for (;x1 < x2; x1++, out++, in++) {
166 if ((x1 + 8) < x2) {
167 uint32_t len = (x2 - x1) >> 3;
175 for (;x1 < x2; x1++, out++, in++)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 173 int x2 = b.x + b.w; local
175 if (nx1 <= x2) {
177 w = x2 - x;
180 x = x2;
  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h 554 double x0,x1,x2,mult; local
559 x2=H[6]*x[0]+H[7]*x[1]+H[8];
560 mult=1.0/((x2!=0.0)?x2:1.0);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 453 int x2 = BytesTo32Bits(src, srcIndex + 8) ^ gSubKeys[INPUT_WHITEN + 2]; local
462 x2 ^= t0 + t1 + gSubKeys[k++];
463 x2 = x2 >>>1 | x2 << 31;
466 t0 = Fe32_0(x2);
473 Bits32ToBytes(x2 ^ gSubKeys[OUTPUT_WHITEN], dst, dstIndex);
490 int x2 = BytesTo32Bits(src, srcIndex) ^ gSubKeys[OUTPUT_WHITEN]; local
499 t0 = Fe32_0(x2);
508 x2 = (x2 << 1 | x2 >>> 31) ^ (t0 + t1 + gSubKeys[k--])
    [all...]

Completed in 1204 milliseconds

<<11121314151617181920>>