/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 919 int x2 = input[13]; local [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_idct.c | 246 int x2 = input[2]; local 249 if (!(x0 | x1 | x2 | x3)) { 257 s3 = sinpi_4_9 * x2; 258 s4 = sinpi_1_9 * x2; 261 s7 = x0 - x2 + x3; 265 x2 = sinpi_3_9 * s7; 270 s2 = x2; 319 int x2 = input[5]; local 326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) { 335 s2 = cospi_10_64 * x2 + cospi_22_64 * x3 643 int x2 = input[13]; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 123 int x0, x1, x2, x3; local 128 x2 = input[2]; 131 if (!(x0 | x1 | x2 | x3)) { 140 s4 = sinpi_3_9 * x2; 147 x2 = s1 - s3 + s6; 152 s2 = x2 - x3; 153 s3 = x2 - x0 + x3; 205 /*canbe16*/ int x0, x1, x2, x3; local 220 x2 = s1 - s2; 224 t2 = x2 * cospi_24_64 + x3 * cospi_8_64 274 \/*canbe16*\/ int x0, x1, x2, x3; local 411 \/*canbe16*\/ int x0, x1, x2, x3; local 530 int x2 = input[5]; local 720 \/*canbe16*\/ int x0, x1, x2, x3; local 836 int x2 = input[13]; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_state.c | 515 int x1, y1, x2, y2; local 525 x2 = x + w - 1; 527 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2); 534 x2 = x + w - 1; 536 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2); 541 x2 = CLAMP(x2, 0, ctx->DrawBuffer->Width - 1); 544 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2); 548 i915->state.Buffer[I915_DESTREG_SR2] = (y2 << 16) | (x2 & 0xffff); [all...] |
/external/mesa3d/src/mesa/program/ |
prog_noise.c | 259 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/opencv/cv/src/ |
cvpyrsegmentation.cpp | 52 ushort x1, y1, x2, y2; member in struct:_CvRect16u 311 p_cur->rect.x2 = 0; 731 p_cur->rect.x2 = 0; [all...] |
cvtemplmatch.cpp | 208 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 );
|
cvundistort.cpp | 67 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/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
cmsgamma.c | 928 cmsFloat64Number a = 0, b = 0, y, x1, y1, x2, y2; local 965 x2 = InCurve ->Table16[j+1]; 971 if (x1 == x2) { 979 a = (y2 - y1) / (x2 - x1); 980 b = y2 - a * x2; [all...] |
/external/pdfium/core/src/fxge/agg/agg23/ |
agg_basics.h | 65 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 && y1 <= y2 [all...] |
/external/pdfium/core/src/fxge/skia/ |
fx_skia_device.cpp | 153 FX_FIXFLOAT x2 = pPoints[i+1].m_PointX, y2 = pPoints[i+1].m_PointY; local 156 pObject2Device->Transform(x2, y2); 159 m_PathData.cubicTo(x, y, x2, y2, x3, y3);
|
/external/pdfium/fpdfsdk/src/ |
fpdf_flatten.cpp | 307 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/skia/src/effects/ |
SkBlurMask.cpp | 658 float x2 = x*x; local 659 float x3 = x2*x; 662 return 0.5625f - (x3 / 6.0f - 3.0f * x2 * 0.25f + 1.125f * x); 667 return 0.4375f + (-x3 / 6.0f - 3.0f * x2 * 0.25f - 1.125f * x); [all...] |
/external/skia/src/gpu/ |
GrPathUtils.cpp | 212 // And control_pts = [x0 x1 x2] 223 double x2 = qPts[2].fX; local 225 double det = x0*y1 - y0*x1 + x2*y0 - y2*x0 + x1*y2 - y1*x2; 272 a1 = x2-x1; 273 a2 = x1*y2-x2*y1; 276 a4 = x0-x2; 277 a5 = x2*y0-x0*y2; 325 // k = (y2 - y0, x0 - x2, (x2 - x0)*y0 - (y2 - y0)*x0 [all...] |
/external/skia/tests/ |
Matrix44Test.cpp | 739 SkMScalar x2; member in struct:DoubleRotationCase 753 transform2.setRotateDegreesAbout(value.x2, value.y2, value.z2, value.degrees2);
|
/external/svox/pico/compat/jni/ |
com_android_tts_compat_SynthProxy.cpp | 59 static double x2; // x[n-2] variable 95 x2 = 0.0f; 107 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2); 109 x2 = x1;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 919 int x2 = input[13]; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_idct.c | 246 int x2 = input[2]; local 249 if (!(x0 | x1 | x2 | x3)) { 257 s3 = sinpi_4_9 * x2; 258 s4 = sinpi_1_9 * x2; 261 s7 = x0 - x2 + x3; 265 x2 = sinpi_3_9 * s7; 270 s2 = x2; 319 int x2 = input[5]; local 326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) { 335 s2 = cospi_10_64 * x2 + cospi_22_64 * x3 643 int x2 = input[13]; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_dct.c | 112 int x0, x1, x2, x3; local 117 x2 = input[2]; 120 if (!(x0 | x1 | x2 | x3)) { 129 s4 = sinpi_3_9 * x2; 136 x2 = s1 - s3 + s6; 141 s2 = x2 - x3; 142 s3 = x2 - x0 + x3; 194 /*canbe16*/ int x0, x1, x2, x3; local 209 x2 = s1 - s2; 213 t2 = x2 * cospi_24_64 + x3 * cospi_8_64 252 \/*canbe16*\/ int x0, x1, x2, x3; local 378 \/*canbe16*\/ int x0, x1, x2, x3; local 497 int x2 = input[5]; local 687 \/*canbe16*\/ int x0, x1, x2, x3; local 803 int x2 = input[13]; local [all...] |
/hardware/intel/img/psb_video/src/ |
psb_overlay.c | 414 int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox, 449 x2 = x2 / 4; 451 dstBox->x2 = dstBox->x2 / 4; 483 tmp = dstBox->x2; 484 dstBox->x2 = dstBox->y2; 495 dstBox->x1 = pPriv->width_save - dstBox->x2; 496 dstBox->x2 = pPriv->width_save - tmp; 505 tmp = dstBox->x2; 1030 int x1, x2, y1, y2; local [all...] |
/packages/apps/Camera/jni/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);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
Spline.java | 184 double x2 = next.x; local 190 double delta = (x2 - x1); 278 double x2 = points[i + 1].x; local 282 for (double x = x1; x < x2; x += 20) { 285 double delta = (x2 - x1);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DeleteDropTarget.java | 280 final float x2 = from.left + offsetX; local 303 float x = (1f - t) * (1f - t) * (x1 - x1o) + 2 * (1f - t) * t * (x2 - x1o) +
|
/packages/apps/LegacyCamera/jni/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);
|
/prebuilts/sdk/current/support/multidex/library/libs/ |
android-support-multidex.jar | |