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

1234567891011>>

/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.c244 tran_low_t x2 = input[2]; local
247 if (!(x0 | x1 | x2 | x3)) {
255 s3 = sinpi_4_9 * x2;
256 s4 = sinpi_1_9 * x2;
259 s7 = x0 - x2 + x3;
281 tran_high_t x2 = input[5]; local
288 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
297 s2 = (int)(cospi_10_64 * x2 + cospi_22_64 * x3);
298 s3 = (int)(cospi_22_64 * x2 - cospi_10_64 * x3);
306 x2
576 tran_high_t x2 = input[13]; local
1479 tran_low_t x2 = input[2]; local
1517 tran_low_t x2 = input[5]; local
1815 tran_low_t x2 = input[13]; local
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans16_dspr2.c1060 int x2 = input[13]; local
1075 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8
1087 s2 = x2 * cospi_5_64 + x3 * cospi_27_64;
1088 s3 = x2 * cospi_27_64 - x3 * cospi_5_64;
1104 x2 = dct_const_round_shift(s2 + s10);
1122 s2 = x2;
1139 x2 = s2 + s6;
1157 s2 = x2;
1174 x2 = s0 - s2;
1190 s2 = (- cospi_16_64) * (x2
[all...]
/external/ltrace/testsuite/ltrace.main/
H A Dparameters-lib.c56 void func_short(short x1, short x2) argument
58 printf("short: %hd %hd\n", x1, x2);
61 void func_ushort(unsigned short x1, unsigned short x2) argument
63 printf("ushort: %hu %hu\n", x1, x2);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c530 VGfloat x2, y2; local
542 x2 = img->width;
558 x1, y1, x2, y2, x3, y3, x4, y4);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c542 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);
1038 i830->state.Ctx[I830_CTXREG_STATE5] = (_3DSTATE_MODES_5_CMD | FLUSH_TEXTURE_CACHE | ENABLE_SPRITE_POINT_TEX | SPRITE_POINT_TEX_OFF | ENABLE_FIXED_LINE_WIDTH | FIXED_LINE_WIDTH(0x2) | /* 1.
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c259 float x1, y1, x2, y2; local
281 x2 = x0 - 1.0f + 2.0f * G2; /* Offsets for last corner in (x,y) unskewed coords */
305 t2 = 0.5f - x2 * x2 - y2 * y2;
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
418 x2 = x0 - i2 + 2.0f * G3; /* Offsets for third corner in (x,y,z) coords */
449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2;
455 t2 * t2 * grad3(perm[ii + i2 + perm[jj + j2 + perm[kk + k2]]], x2,
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c358 _mesa_noop_Rectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) argument
/external/opencv/cv/src/
H A Dcvgeometry.cpp115 double x2, double dx2, double y2, double dy2, double *t2 )
122 *t2 = ((x2 - x1) * dy1 - (y2 - y1) * dx1) / d;
114 icvIntersectLines( double x1, double dx1, double y1, double dy1, double x2, double dx2, double y2, double dy2, double *t2 ) argument
H A Dcvtemplmatch.cpp208 int x1 = MAX( 0, x0 ), y1 = MAX( 0, y0 ), x2, y2; local
213 x2 = MIN( img->cols, x0 + isz.width );
221 src = cvGetSubRect( img, &sstub, cvRect(x1,y1,x2-x1,y2-y1) );
226 if( x2 - x1 < isz.width || y2 - y1 < isz.height )
228 cvRect( x1 - x0, y1 - y0, x2 - x1, y2 - y1 ));
234 planes[i] = cvInitMatHeader( &temp, y2 - y1, x2 - x1, depth, _buf );
H A Dcvundistort.cpp67 float x = (u - u0)*ifx, x2 = x*x, r2 = x2 + y2, _2xy = 2*x*y; local
69 float _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0;
246 float x = (u - u0)*ifx, x2 = x*x, r2 = x2 + y2, _2xy = 2*x*y; local
248 double _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0;
356 double x2 = x*x, y2 = y*y; local
357 double r2 = x2 + y2, _2xy = 2*x*y;
359 double u = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + u0;
/external/opencv/cvaux/src/
H A Dcvscanlines.cpp183 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;
1904 icvGetCrossEpilineFrame( CvSize imgSize, float *epiline, int *x1, int *y1, int *x2, int *y2 ) argument
1982 *x2 = (int) point[1][0];
1989 *x2
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_basics.h65 T x2; member in struct:agg::rect_base
69 x1(x1_), y1(y1_), x2(x2_), y2(y2_) {}
73 if(x1 > x2) {
75 x1 = x2;
76 x2 = t;
87 if(x2 > r.x2) {
88 x2 = r.x2;
99 return x1 <= x2
[all...]
H A Dfx_agg_driver.cpp56 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);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp144 FX_FLOAT x1, x2, y1, y2; local
147 pObject2Device->Transform(pPoints[1].m_PointX, pPoints[1].m_PointY, x2, y2);
151 x2 = pPoints[1].m_PointX;
154 DrawCosmeticLine(x1, y1, x2, y2, fill_color, fill_mode, alpha_flag, pIccTransform, blend_type);
295 FX_BOOL CFX_RenderDevice::DrawCosmeticLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_DWORD color, argument
301 if (m_pDeviceDriver->DrawCosmeticLine(x1, y1, x2, y2, color, alpha_flag, pIccTransform, blend_type)) {
308 path.SetPoint(1, x2, y2, FXPT_LINETO);
H A Dfx_ge_ps.cpp116 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/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp307 FX_FLOAT x2 = matrix.a * rcStream.left + matrix.c * rcStream.top + matrix.e; local
314 FX_FLOAT left = FX_MIN(FX_MIN(x1, x2), FX_MIN(x3, x4));
/external/speex/libspeex/
H A Dfilters.c446 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) argument
497 xx2[i] = x2[N2-1-i];
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jar ... .Install x0 java.io.File x1 String x2 static synthetic org.gradle.wrapper.IDownload access ...
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp719 FIXP_DBL x2 = scaleValue(fMult(FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx1, idx2, lag, nsc2), fac2),sc_fac2) + local
723 _rxx2[lag] = fMult(x2, acfWindow[HIFILT][lag]);
H A Dmetadata_compressor.cpp134 FIXP_DBL x2; member in struct:WEIGHTING_STATES
675 FIXP_DBL x1, x2, y, y1, y2; local
690 x2 = drcComp->filter[c].x2;
705 /* y = b0 * (x - x2) - a1 * y1 - a2 * y2; */
706 y = fMult(b0,x-x2) - fMult(a1,y1) - fMult(a2,y2);
708 x2 = x1;
723 drcComp->filter[c].x2 = x2;
/external/clang/test/Sema/
H A Darray-init.c53 static long x2[3] = { 1.0, local
/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp423 int x2 = ns::an_enumeration::ENUMERATOR::vvv; // expected-warning{{use of enumeration in a nested name specifier is a C++11 extension}} \ member in namespace:PR16951
H A Dnew-delete.cpp130 void test_delete_conv(X0 x0, X1 x1, X2 x2) { argument
133 delete x2; // expected-error{{ambiguous conversion of delete expression of type 'X2' to a pointer}}
489 Foo2<Bar2> x2; member in namespace:PR12061
/external/conscrypt/src/test/java/org/conscrypt/
H A DTrustedCertificateStoreTest.java472 X509Certificate x2, String alias2) {
474 install(x2, alias2);
476 assertRootCa(x2, alias2);
471 testTwo(X509Certificate x1, String alias1, X509Certificate x2, String alias2) argument
/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp475 const deInt64 x2 = toSubpixelCoord(v2.x()); local
482 initEdgeCCW(m_edge12, m_horizontalFill, m_verticalFill, x1, y1, x2, y2);
483 initEdgeCCW(m_edge20, m_horizontalFill, m_verticalFill, x2, y2, x0, y0);
489 initEdgeCCW(m_edge12, m_horizontalFill, m_verticalFill, x2, y2, x1, y1);
490 initEdgeCCW(m_edge20, m_horizontalFill, m_verticalFill, x0, y0, x2, y2);
494 const deInt64 s = evaluateEdge(m_edge01, x2, y2);
507 const deInt64 xMin = de::min(de::min(x0, x1), x2);
508 const deInt64 xMax = de::max(de::max(x0, x1), x2);

Completed in 5742 milliseconds

1234567891011>>