HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 776 - 800 of 2879) sorted by null

<<31323334353637383940>>

  /external/opencv/cv/src/
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 );
  /external/opencv3/modules/calib3d/src/
homography_decomp.cpp 285 int x1 = col == 0 ? 1 : 0; local
290 return (M(y1, x2) * M(y2, x1) - M(y1, x1) * M(y2, x2));
  /external/opencv3/modules/features2d/src/
evaluation.cpp 48 template<typename _Tp> static int solveQuadratic(_Tp a, _Tp b, _Tp c, _Tp& x1, _Tp& x2)
54 x1 = x2 = 0;
57 x1 = x2 = -c/b;
64 x1 = x2 = 0;
71 x1 = (-b - d)*s;
73 if( x1 > x2 )
74 std::swap(x1, x2);
77 x1 = x2 = -b/(2*a);
146 double x1, x2; local
147 solveQuadratic(1., -(a+c), ac_b2, x1, x2)
    [all...]
  /external/opencv3/modules/hal/src/
mathfuncs.cpp 183 v_float32x4 x0 = v_load(x + i), x1 = v_load(x + i + 4); local
186 x1 = v_sqrt(v_muladd(x1, x1, y1*y1));
188 v_store(mag + i + 4, x1);
219 v_float64x2 x0 = v_load(x + i), x1 = v_load(x + i + 2); local
222 x1 = v_sqrt(v_muladd(x1, x1, y1*y1));
224 v_store(mag + i + 2, x1);
568 double x1 = x[i + 1].f * exp_prescale; local
    [all...]
  /external/opencv3/modules/imgproc/src/
segmentation.cpp 448 int x0 = j, y0 = i, x1, y1, iter; local
523 x1 = cvRound(sx*icount);
529 stop_flag = (x0 == x1 && y0 == y1) || std::abs(x1-x0) + std::abs(y1-y0) +
533 x0 = x1; y0 = y1;
  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 555 double x1 = H1(0,0)*p1.x + H1(0,1)*p1.y + H1(0,2); local
558 double len = std::sqrt(x1*x1 + y1*y1 + z1*z1);
559 x1 /= len; y1 /= len; z1 /= len;
569 err.at<double>(3 * match_idx, 0) = mult * (x1 - x2);
  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 292 FX_FLOAT x1 = local
305 FX_FLOAT left = std::min(std::min(x1, x2), std::min(x3, x4));
  /external/pdfium/third_party/agg23/
agg_basics.h 66 T x1; member in struct:agg::rect_base
72 x1(x1_), y1(y1_), x2(x2_), y2(y2_) {}
76 if(x1 > x2) {
77 t = x1;
78 x1 = x2;
96 if(x1 < r.x1) {
97 x1 = r.x1;
102 return x1 <= x2 && y1 <= y2
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c 581 if ((R > g ->Segments[i].x0) && (R <= g ->Segments[i].x1)) {
586 cmsFloat32Number R1 = (cmsFloat32Number) (R - g ->Segments[i].x0) / (g ->Segments[i].x1 - g ->Segments[i].x0);
676 Seg[0].x1 = 0;
687 Seg[1].x1 = 1.0;
695 Seg[2].x1 = PLUS_INF;
730 Seg0.x1 = PLUS_INF;
928 cmsFloat64Number a = 0, b = 0, y, x1, y1, x2, y2; local
964 x1 = InCurve ->Table16[j];
971 if (x1 == x2) {
979 a = (y2 - y1) / (x2 - x1);
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 93 OPJ_INT32 x0, y0, x1, y1; /* dimension of the code-blocks : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_cblk_enc
106 OPJ_INT32 x0, y0, x1, y1; /* position of the code-blocks : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_cblk_dec
121 OPJ_INT32 x0, y0, x1, y1; /* dimension of the precinct : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_precinct
137 OPJ_INT32 x0, y0, x1, y1; /* dimension of the subband : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_band
149 OPJ_INT32 x0, y0, x1, y1; /* dimension of the resolution level : left upper corner (x0, y0) right low corner (x1,y1) * member in struct:opj_tcd_resolution
160 OPJ_INT32 x0, y0, x1, y1; \/* dimension of component : left upper corner (x0, y0) right low corner (x1,y1) *\/ member in struct:opj_tcd_tilecomp
177 OPJ_INT32 x0, y0, x1, y1; \/* dimension of the tile : left upper corner (x0, y0) right low corner (x1,y1) *\/ member in struct:opj_tcd_tile
    [all...]
  /external/skia/src/gpu/
GrPathUtils.cpp 212 // And control_pts = [x0 x1 x2]
221 double x1 = qPts[1].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;
280 a7 = x1-x0;
281 a8 = x0*y1-x1*y0;
326 // l = (2*w * (y1 - y0), 2*w * (x0 - x1), 2*w * (x1*y0 - x0*y1)
    [all...]
  /external/skia/tests/
Matrix44Test.cpp 760 SkMScalar x1; member in struct:DoubleRotationCase
777 transform.setRotateDegreesAbout(value.x1, value.y1, value.z1, value.degrees1);
    [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/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 266 final float x1 = VelocityTrackerCompat.getXVelocity(mVelocityTracker, id1); local
272 final float x = x1 * VelocityTrackerCompat.getXVelocity(mVelocityTracker, id2);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 123 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch);
940 int x1, y1; local
957 x1 = x0 + 8 + (mv->col >> 3);
960 constrain_line (x0+8, &x1, y0+4, &y1, width, height);
961 vp8_blit_line (x0+8, x1, y0+4, y1, y_buffer, y_stride);
965 x1 = x0 + 8 + (mv->col >> 3);
968 constrain_line (x0+8, &x1, y0+12, &y1, width, height);
969 vp8_blit_line (x0+8, x1, y0+12, y1, y_buffer, y_stride);
978 x1 = x0 + 4 + (mv->col >> 3);
981 constrain_line (x0+4, &x1, y0+8, &y1, width, height)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 918 int x1 = input[0]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 245 int x1 = input[1]; local
249 if (!(x0 | x1 | x2 | x3)) {
256 s2 = sinpi_3_9 * x1;
264 x1 = s1 - s4 - s6;
269 s1 = x1 + x3;
271 s3 = x0 + x1 - x3;
318 int x1 = input[0]; local
326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
333 s0 = cospi_2_64 * x0 + cospi_30_64 * x1;
334 s1 = cospi_30_64 * x0 - cospi_2_64 * x1;
642 int x1 = input[0]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 112 int x0, x1, x2, x3; local
116 x1 = input[1];
120 if (!(x0 | x1 | x2 | x3)) {
127 s2 = sinpi_2_9 * x1;
128 s3 = sinpi_1_9 * x1;
132 s7 = x0 + x1 - x3;
135 x1 = sinpi_3_9 * s7;
140 s1 = x1;
194 /*canbe16*/ int x0, x1, x2, x3; local
208 x1 = s1 + s2
252 \/*canbe16*\/ int x0, x1, x2, x3; local
378 \/*canbe16*\/ int x0, x1, x2, x3; local
496 int x1 = input[0]; local
687 \/*canbe16*\/ int x0, x1, x2, x3; local
802 int x1 = input[0]; 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,
480 tmp = dstBox->x1;
481 dstBox->x1 = dstBox->y1;
494 tmp = dstBox->x1;
495 dstBox->x1 = pPriv->width_save - dstBox->x2;
502 tmp = dstBox->x1;
503 dstBox->x1 = pPriv->width_save - dstBox->y1;
508 tmp = dstBox->x1;
509 dstBox->x1 = dstBox->x2;
571 overlay->DWINPOS = (dstBox->y1 << 16) | dstBox->x1;
1030 int x1, x2, y1, y2; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 183 double x1 = cur.x; local
190 double delta = (x2 - x1);
192 double b = (x - x1) / delta;
277 double x1 = points[i].x; local
282 for (double x = x1; x < x2; x += 20) {
285 double delta = (x2 - x1);
287 double b = (x - x1) / delta;
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 281 final float x1 = from.left; // drag view t/l 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
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);
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.4.0-beta3/
lint-tests-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.4.0-beta5/
lint-tests-24.4.0-beta5.jar 

Completed in 2458 milliseconds

<<31323334353637383940>>