/external/skia/src/core/ |
SkBitmapProcState_sample.h | 92 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)]; local 97 *colors++ = RETURNDST(x0); 142 uint32_t XX = *xy++; // x0:14 | 4 | x1:14 143 unsigned x0 = XX >> 14; local 145 unsigned subX = x0 & 0xF; 146 x0 >>= 4; 149 SRC_TO_FILTER(row0[x0]), 151 SRC_TO_FILTER(row1[x0]), 183 unsigned x0 = data >> 14; local 185 unsigned subX = x0 & 0xF [all...] |
SkEdge.cpp | 37 SkFDot6 x0, y0, x1, y1; local 42 x0 = int(p0.fX * scale); 48 x0 = p0.fX >> shift; 58 SkTSwap(x0, x1); 75 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); 77 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, (32 - y0) & 63)); // + SK_Fixed1/2 92 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) 112 x0 >>= 10; 115 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); 117 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, (32 - y0) & 63)); // + SK_Fixed1/ 178 SkFDot6 x0, y0, x1, y1, x2, y2; local 319 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
PathCairo.cpp | 185 double x0, y0; local 186 cairo_get_current_point(cr, &x0, &y0); 187 FloatPoint p0(x0, y0); 279 double x0, x1, y0, y1; local 280 cairo_path_extents(cr, &x0, &y0, &x1, &y1); 281 return FloatRect(x0, y0, x1 - x0, y1 - y0); 292 double x0, x1, y0, y1; local 293 cairo_stroke_extents(cr, &x0, &y0, &x1, &y1); 294 return FloatRect(x0, y0, x1 - x0, y1 - y0) [all...] |
/frameworks/base/core/jni/android/graphics/ |
NinePatchImpl.cpp | 174 const int32_t x0 = chunk.xDivs[0]; local 184 const bool initialXIsStretchable = (x0 == 0);
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
block_idct.cpp | 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 553 x0 = ((*(blk += 8)) << 8) + 8192; 565 x8 = x0 + x1; 566 x0 -= x1; 578 x3 = x0 + x2; 579 x0 -= x2; 591 res = (x0 + x4) >> 14; 603 res2 = (x0 - x4) >> 14; 627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 665 x0 = ((int32)blk[0] << 8) + 8192 837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_metrics.h | 121 double x0,x1,x2,mult; local 124 x0=H[0]*x[0]+H[1]*x[1]+H[2]*x[2]; 128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); 135 double x0,x1,x2,mult; local 138 x0=H[0]*x[0]+H[1]*x[1]+H[2]; 142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); 174 [x0 x1 1 0 0 0 0 0 0] 175 [ 0 0 0 x0 x1 1 0 0 0] 176 [ 0 0 0 0 0 0 x0 x1 1] 178 [-x0/zh -x1/zh -1/zh 0 0 0 x0*xh/(zh*zh) x1*xh/(zh*zh) xh/(zh*zh) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/ |
osd.h | 33 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) 48 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1}) 56 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data) 64 OSD_SetPixel, // (x0,y0,color) 67 OSD_GetPixel, // (x0,y0) 69 OSD_SetRow, // (x0,y0,x1,data) 70 // fills pixels x0,y through x1,y with the content of data[] 72 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data) 73 // fills pixels x0,y0 through x1,y1 with the content of data[] 77 OSD_FillRow, // (x0,y0,x1,color 101 int x0; member in struct:osd_cmd_s [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
DropBoxTest.java | 297 DropBoxManager.Entry x0 = dropbox.getNextEntry(null, before); local 298 DropBoxManager.Entry x1 = dropbox.getNextEntry(null, x0.getTimeMillis()); 310 assertEquals("DropBoxTest.A", x0.getTag()); 313 assertEquals("A0", x0.getText(80)); 320 x0.close();
|
/external/openssl/crypto/bn/ |
bn_gf2m.c | 389 BN_ULONG x1, x0, y1, y0, zz[4]; local 414 x0 = a->d[i]; 416 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
|
/external/skia/samplecode/ |
SamplePatch.cpp | 99 SkScalar x0 = SkScalarMul(UV, edge[TL].fX) + SkScalarMul(uV, edge[TR].fX) + local 107 SkScalarMul(SK_Scalar1 - u, edge[BL+nv-iv].fX) - x0;
|
/external/skia/tests/ |
MathTest.cpp | 142 float x0 = (float)ival; local 145 REPORTER_ASSERT(reporter, x0 == x1); 146 REPORTER_ASSERT(reporter, x0 == x2);
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_pcmdata.h | 58 EAS_PCM x0; /* previous generated sample */ member in struct:s_decoder_state_tag
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pcmdata.h | 58 EAS_PCM x0; /* previous generated sample */ member in struct:s_decoder_state_tag
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcmdata.h | 58 EAS_PCM x0; /* previous generated sample */ member in struct:s_decoder_state_tag
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
LoopBlinnMathUtils.cpp | 151 float x0 = c.x() - a.x(); local 158 float dot00 = x0 * x0 + y0 * y0; 159 float dot01 = x0 * x1 + y0 * y1; 160 float dot02 = x0 * x2 + y0 * y2;
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastidct.cpp | 81 int32 x0, x1, x3, x5, x7;//, x8; local 84 x0 = ((int32)blk[0] << 11) + 128; 94 blk[0] = (x0 + x1) >> 8; 95 blk[8] = (x0 + x7) >> 8; 96 blk[16] = (x0 + x5) >> 8; 97 blk[24] = (x0 + x3) >> 8; 98 blk[56] = (x0 - x1) >> 8; 99 blk[48] = (x0 - x7) >> 8; 100 blk[40] = (x0 - x5) >> 8; 101 blk[32] = (x0 - x3) >> 8 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 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 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 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 1635 int32 x0, x2, x4, x6; local 1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_reconstruct.c | 96 x0 integer x-coordinate for prediction 111 i32 x0, 135 if ((x0 < 0) || ((u32)x0+chromaPartWidth+1 > width) || 138 h264bsdFillBlock(pRef, block, x0, y0, width, height, 142 x0, y0, width, height, chromaPartWidth + 1, 146 x0 = 0; 157 ptrA = pRef + (comp * height + (u32)y0) * width + x0; 207 i32 x0, 231 if ((x0 < 0) || ((u32)x0+chromaPartWidth > width) | 1982 i32 xInt, yInt, x0, y0; local [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/ |
TwofishEngine.java | 448 int x0 = BytesTo32Bits(src, srcIndex) ^ gSubKeys[INPUT_WHITEN]; local 457 t0 = Fe32_0(x0); 465 x0 ^= t0 + t1 + gSubKeys[k++]; 466 x0 = x0 >>>1 | x0 << 31; 472 Bits32ToBytes(x0 ^ gSubKeys[OUTPUT_WHITEN + 2], dst, dstIndex + 8); 489 int x0 = BytesTo32Bits(src, srcIndex+8) ^ gSubKeys[OUTPUT_WHITEN + 2]; local 499 x0 = (x0 << 1 | x0 >>> 31) ^ (t0 + t1 + gSubKeys[k--]) [all...] |
/external/libvpx/vp8/common/ |
postproc.c | 126 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch); 631 static void constrain_line (int x0, int *x1, int y0, int *y1, int width, int height) 638 dx = *x1 - x0; 643 *y1 = ((width-x0)*dy)/dx + y0; 647 dx = *x1 - x0; 652 *y1 = ((0-x0)*dy)/dx + y0; 656 dx = *x1 - x0; 661 *x1 = ((height-y0)*dx)/dy + x0; 665 dx = *x1 - x0; 670 *x1 = ((0-y0)*dx)/dy + x0; 841 int x0, y0; local [all...] |
/external/opencv/cv/src/ |
cvsegmentation.cpp | 445 int x0 = j, y0 = i, x1, y1, iter; local 464 minx = cvRound(x0 - sp); minx = MAX(minx, 0); 466 maxx = cvRound(x0 + sp); maxx = MIN(maxx, size.width-1); 525 stop_flag = (x0 == x1 && y0 == y1) || abs(x1-x0) + abs(y1-y0) + 529 x0 = x1; y0 = y1;
|
cvstereobm.cpp | 252 int x0 = x - wsz2 - 1, x1 = x + wsz2; local 253 const uchar* cbuf_sub = cbuf0 + ((x0 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp; 256 lptr_sub = lptr0 + MIN(MAX(x0, -lofs), width-1-lofs) - dy0*sstep; 458 int x0 = x - wsz2 - 1, x1 = x + wsz2; local 459 const uchar* cbuf_sub = cbuf0 + ((x0 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp; 462 lptr_sub = lptr0 + MIN(MAX(x0, -lofs), width-1-lofs) - dy0*sstep;
|
cvtemplmatch.cpp | 207 int x0 = x - anchor.x, y0 = y - anchor.y; local 208 int x1 = MAX( 0, x0 ), y1 = MAX( 0, y0 ), x2, y2; 213 x2 = MIN( img->cols, x0 + isz.width ); 228 cvRect( x1 - x0, y1 - y0, x2 - x1, y2 - y1 )); 244 cvCopyMakeBorder( dst1, dst, cvPoint(x1 - x0, y1 - y0), IPL_BORDER_REPLICATE );
|
cvundistort.cpp | 52 float x0 = (size.width-1)*0.5f, y0 = (size.height-1)*0.5f; local 69 float _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0; 193 float u0, v0, fx, fy, ifx, ify, x0, y0, k1, k2, k3, p1, p2; local 235 x0 = (size.width-1)*0.5f; 248 double _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0; 444 double x, y, x0, y0; local 456 x0 = x = (x - cx)*ifx; 466 x = (x0 - deltaX)*icdist;
|
/external/svox/pico/compat/jni/ |
com_android_tts_compat_SynthProxy.cpp | 57 static double x0; // x[n] variable 93 x0 = 0.0f; 105 x0 = (double) buffer[i]; 107 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2); 110 x1 = x0;
|
/frameworks/base/core/java/android/view/ |
ScaleGestureDetector.java | 237 float x0 = getRawX(event, index0); local 242 boolean p0sloppy = x0 < edgeSlop || y0 < edgeSlop 243 || x0 > rightSlop || y0 > bottomSlop; 275 float x0 = getRawX(event, index0); local 280 boolean p0sloppy = x0 < edgeSlop || y0 < edgeSlop 281 || x0 > rightSlop || y0 > bottomSlop; 291 x0 = getRawX(event, index);
|