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

<<11121314151617181920>>

  /external/opencv/cv/src/
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/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.15/src/video/fbcon/
SDL_fbvideo.c 1514 int x1, y1, x2, y2; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 1438 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...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 258 float x1 = x0; local
270 else if (x > x1) {
271 x1 = x;
297 float dx = x1 - x0;
315 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) {
316 return x0 * x1 + y0 * y1 + z0 * z1;
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetFrame.java 443 float x1 = mLeftToRight ? mForegroundRect.width(): 0; local
444 mLeftToRightGradient = new LinearGradient(x0, 0f, x1, 0f,
446 mRightToLeftGradient = new LinearGradient(x1, 0f, x0, 0f,
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
170 FrameToMosaic(mb->trs, 0.0, mb->height-1.0, x1, y1);
174 if(x0 < xLeftCorners[0] || x1 < xLeftCorners[1]) // If either of the left corners is lower
177 xLeftCorners[1] = x1;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
1001 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); local
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
170 FrameToMosaic(mb->trs, 0.0, mb->height-1.0, x1, y1);
174 if(x0 < xLeftCorners[0] || x1 < xLeftCorners[1]) // If either of the left corners is lower
177 xLeftCorners[1] = x1;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
1001 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
170 FrameToMosaic(mb->trs, 0.0, mb->height-1.0, x1, y1);
174 if(x0 < xLeftCorners[0] || x1 < xLeftCorners[1]) // If either of the left corners is lower
177 xLeftCorners[1] = x1;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
981 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); local
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state_utils.cpp 348 const int x1 = (*sampledInputXs)[index0]; local
352 return getAngle(x1, y1, x2, y2);
    [all...]
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 114 u32 x1; member in struct:vdec_cropping_window
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 114 u32 x1; member in struct:vdec_cropping_window
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 241 int x1, y1, x2, y2; local
243 x1 = initialCrop.x;
248 x1 = 0;
255 if (x1 == x2 || y1 == y2) {
270 for (int x = x1; x < x2; x++) {
283 leftEdge: for (; x1 < x2; x1++) {
285 if (!filter.crop(image, x1, y)) {
292 rightEdge: for (; x2 > x1; x2--) {
302 for (int x = x1; x < x2; x++)
    [all...]
PreviewIconFactory.java 329 int x1 = parentX + info.getLeft(); local
333 if (x1 != x2 && y1 != y2) {
334 savePreview(file, image, x1, y1, x2, y2);
  /system/core/libpixelflinger/
trap.cpp 516 int32_t x1 = v1[0]; local
521 int32_t dx01 = x0 - x1;
529 swap(x0, x1);
531 dx01 = x0 - x1;
536 int32_t dx12 = x1 - x2;
540 const int32_t bminx = TRI_FLOOR(min(x0, x1, x2)) >> TRI_FRACTION_BITS;
542 const int32_t bmaxx = TRI_CEIL( max(x0, x1, x2)) >> TRI_FRACTION_BITS;
555 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my);
694 const int x1 = top[0]; local
695 const int dx = bot[0] - x1;
880 const int x1 = top[0]; local
    [all...]
  /system/core/toolbox/
newfs_msdos.c 271 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local
570 x1 = bpb.res + rds;
572 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
574 x1 += x * bpb.nft;
575 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB /
581 x1 += (bpb.bspf - 1) * bpb.nft;
583 cls = (bpb.bsec - x1) / bpb.spc;
595 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1;
641 x1 = sizeof(struct bs);
642 bsbpb = (struct bsbpb *)(img + x1);
    [all...]
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 

Completed in 2167 milliseconds

<<11121314151617181920>>