/external/opencv/cv/src/ |
cvpyrsegmentation.cpp | 52 ushort x1, y1, x2, y2; member in struct:_CvRect16u [all...] |
cvsegmentation.cpp | 445 int x0 = j, y0 = i, x1, y1, iter; local 519 x1 = cvRound(sx*icount); 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 254 uchar* cbuf = cbuf0 + ((x1 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp; 257 lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep; 258 rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep; 458 int x0 = x - wsz2 - 1, x1 = x + wsz2; local 460 uchar* cbuf = cbuf0 + ((x1 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp; 463 lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep; 464 rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep;
|
cvtemplmatch.cpp | 208 int x1 = MAX( 0, x0 ), y1 = MAX( 0, y0 ), x2, y2; local 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 ); 244 cvCopyMakeBorder( dst1, dst, cvPoint(x1 - x0, y1 - y0), IPL_BORDER_REPLICATE );
|
cvshapedescr.cpp | 137 double x1 = (pt0.x + pt1.x) * 0.5; local 149 if( icvIntersectLines( x1, dx1, y1, dy1, x2, dx2, y2, dy2, &t ) >= 0 ) [all...] |
cvstereogc.cpp | 489 int x, y, x1, d, i, j, rows = state->left->rows, cols = state->left->cols, n = 0; local 503 x1 = x - d; 504 if( (unsigned)x1 >= (unsigned)cols ) 506 delta = icvDataCostFuncGraySubpix( lptr + x*3, rptr + x1*3 ); 551 int d = dleft[x], x1, d1; local 556 x1 = x + d; 557 if( (unsigned)x1 >= (unsigned)cols ) 559 d1 = dright[x1]; 561 E += dtab[icvDataCostFuncGraySubpix( left + x*3, right + x1*3 )]; 666 int k, a, d, d1, x, y, x1, y1, rows = state->left->rows, cols = state->left->cols local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemvideo.c | 878 int x1,x2; local 880 x1 = rects[i].x & ~15; 888 source += x1; 892 destination += x1; 896 x2-x1, rects[i].h, 1235 /* Calculate icon(x1,y1,x2,y2) relative to screen */ 1274 int x1,x2; local 1276 x1 = (rect[0]-wind_pxy[0]) & ~15; 1284 src += x1; 1288 dest += x1; [all...] |
/external/svox/pico/compat/jni/ |
com_android_tts_compat_SynthProxy.cpp | 58 static double x1; // x[n-1] variable 94 x1 = 0.0f; 107 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2); 109 x2 = x1; 110 x1 = x0;
|
/frameworks/base/core/java/android/view/ |
ScaleGestureDetector.java | 239 float x1 = getRawX(event, index1); local 244 boolean p1sloppy = x1 < edgeSlop || y1 < edgeSlop 245 || x1 > rightSlop || y1 > bottomSlop; 277 float x1 = getRawX(event, index1); local 282 boolean p1sloppy = x1 < edgeSlop || y1 < edgeSlop 283 || x1 > rightSlop || y1 > bottomSlop; 303 x1 = getRawX(event, index);
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbreg.h | 554 double x0,x1,x2,mult; local 558 x1=H[3]*x[0]+H[4]*x[1]+H[5]; 561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
ConstraintPainter.java | 328 int x1, y1, x2, y2; local 330 x1 = sourceBounds.x + 1 * sourceBounds.w / 4; 332 x1 = sourceBounds.x + 3 * sourceBounds.w / 4; 351 graphics.drawArrow(x1, y1, x2, y2, ARROW_SIZE); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageUtils.java | 184 int x1, y1, x2, y2; local 186 x1 = initialCrop.x; 191 x1 = 0; 198 if (x1 == x2 || y1 == y2) { 213 for (int x = x1; x < x2; x++) { 226 leftEdge: for (; x1 < x2; x1++) { 228 if (!filter.crop(image, x1, y)) { 235 rightEdge: for (; x2 > x1; x2--) { 245 for (int x = x1; x < x2; x++) [all...] |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9-swt.jar | |
/bionic/libc/kernel/common/linux/ |
msm_q6vdec.h | 114 u32 x1; member in struct:vdec_cropping_window
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
colorchecker.cpp | 133 void getBoundingBox(int *x1, int *y1, int *x2, int *y2) const { 134 *x1 = mMinX; 314 int x1, int y1, 316 if ((x0 == x1) && (y0 == y1)) { 323 if ( std::abs(x1-x0) > std::abs(y1-y0) ) { 324 if (x0 > x1) { 325 std::swap(x0, x1); 328 float slope = (float)(y1 - y0) / (x1 - x0); 329 for (int x = x0; x <= x1; x++) { 338 std::swap(x0, x1); 618 int x0, y0, x1, y1; local 677 int x0, y0, x1, y1; local [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceScript.java | 415 float x1 = pt1xStart; local 431 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5)); 435 .addPointer(0, x1, y1).addPointer(1, x2, y2).setIntermediateNote(true)); 438 x1 += pt1xStep; 445 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5).addPointer(1, x2, 450 .setDownTime(downTime).setEventTime(eventTime).addPointer(0, x1, y1)
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab.cc | 401 int x1 = radius; local 405 x = mini_title_animation_->CurrentValueBetween(x0, x1); 407 x = x1; 409 x = mini_title_animation_->CurrentValueBetween(x1, x2);
|
/external/kernel-headers/original/linux/ |
msm_q6vdec.h | 133 u32 x1; member in struct:vdec_cropping_window
|
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 285 magtype x1 = (magtype)x[i+1], y1 = (magtype)y[i+1]; \ 288 x1 = x1*x1 + y1*y1; \ 290 mag[i+1] = x1; \ 292 x1 = (magtype)x[i+3], y1 = (magtype)y[i+3]; \ 294 x1 = x1*x1 + y1*y1; \ 296 mag[i+3] = x1; \ 826 double x1 = x[i + 1].f * exp_prescale; local 931 double x1 = x[i + 1].f * exp_prescale; local 1396 double x0, x1, x2, x3; local 1496 double x0, x1, x2, x3; local [all...] |
cxutils.cpp | 275 double x0 = 0., x1 = 0., x2 = 0.; local 345 x1 = a3 / q; 370 x1 = t0 * cos(t1 + (2.*CV_PI/3)) - t2; 394 r[step] = (float)x1; 403 r[step] = x1; [all...] |
/external/opencv/ml/src/ |
mlann_mlp.cpp | 449 double x0 = 1.+data[i], x1 = 1.+data[i+1], x2 = 1.+data[i+2], x3 = 1.+data[i+3]; local 450 double a = x0*x1, b = x2*x3, d = scale2/(a*b), t0, t1; 452 t0 = (2 - x0)*b*x1; t1 = (2 - x1)*b*x0; 529 double x0 = 1.+xf[i], x1 = 1.+xf[i+1], x2 = 1.+xf[i+2], x3 = 1.+xf[i+3]; local 530 double a = x0*x1, b = x2*x3, d = 1./(a*b), t0, t1; 533 t0 = b*x1; t1 = b*x0; 536 t0 *= scale2*(2 - x0); t1 *= scale2*(2 - x1); 937 CvMat *x1 = &hdr1, *x2 = &hdr2, *grad1 = &ghdr1, *grad2 = &ghdr2, *temp; local 971 cvInitMatHeader( x1, 1, ivcount, CV_64F, x[0] ) 1132 CvMat *x1, *x2, *grad1, *grad2, *temp; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
SDL_dibvideo.c | 1361 int x1, y1, x2, y2, area; local [all...] |
/external/qemu-pc-bios/vgabios/ |
clext.c | 697 mov al, 0x1[bx] 909 mov al, #0x1 ;; XXX number of banks variable
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
GraphicsContextCairo.cpp | 157 double x1 = 0; local 161 cairo_stroke_extents(cairoContext, &x0, &y0, &x1, &y1); 162 solidFigureExtents = FloatRect(x0, y0, x1 - x0, y1 - y0); 165 cairo_fill_extents(cairoContext, &x0, &y0, &x1, &y1); 166 FloatRect fillExtents(x0, y0, x1 - x0, y1 - y0); 1072 double x1, y1, x2, y2; local 1073 cairo_clip_extents(cr, &x1, &y1, &x2, &y2); 1074 cairo_rectangle(cr, x1, y1, x2 - x1, y2 - y1); 1107 double x1, y1, x2, y2 local [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderTableCell.cpp | 844 int x1; member in struct:WebCore::CollapsedBorder [all...] |