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

<<21222324252627282930>>

  /external/opencv3/modules/calib3d/test/
test_fisheye.cpp 172 cv::Mat x1, x2, xpred; local
178 cv::fisheye::projectPoints(X, x1, om, T, K, k, alpha, jacobians);
186 xpred = x1 + cv::Mat(jacobians.colRange(11,14) * dT).reshape(2, 1);
195 xpred = x1 + cv::Mat(jacobians.colRange(8,11) * dom).reshape(2, 1);
204 xpred = x1 + cv::Mat(jacobians.colRange(0,2) * df).reshape(2, 1);
213 xpred = x1 + cv::Mat(jacobians.colRange(2,4) * dc).reshape(2, 1);
222 xpred = x1 + cv::Mat(jacobians.colRange(4,8) * dk).reshape(2, 1);
232 xpred = x1 + cv::Mat(jacobians.col(14) * dalpha).reshape(2, 1);
  /external/opencv3/modules/features2d/src/
fast.cpp 112 __m128i x1 = _mm_sub_epi8(_mm_loadu_si128((const __m128i*)(ptr + pixel[quarterPatternSize])), delta); local
115 m0 = _mm_and_si128(_mm_cmpgt_epi8(x0, v0), _mm_cmpgt_epi8(x1, v0));
116 m1 = _mm_and_si128(_mm_cmpgt_epi8(v1, x0), _mm_cmpgt_epi8(v1, x1));
117 m0 = _mm_or_si128(m0, _mm_and_si128(_mm_cmpgt_epi8(x1, v0), _mm_cmpgt_epi8(x2, v0)));
118 m1 = _mm_or_si128(m1, _mm_and_si128(_mm_cmpgt_epi8(v1, x1), _mm_cmpgt_epi8(v1, x2)));
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_neon.hpp 421 float32x4_t x1 = vmaxq_f32(x.val, vdupq_n_f32(FLT_MIN)); local
422 float32x4_t e = vrsqrteq_f32(x1);
423 e = vmulq_f32(vrsqrtsq_f32(vmulq_f32(x1, e), e), e);
424 e = vmulq_f32(vrsqrtsq_f32(vmulq_f32(x1, e), e), e);
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 300 int x, y, x1, y1, j; local
337 for( x1 = x + xstep; x < x1; x++ )
364 int x, y, x1, y1, j; local
401 for( x1 = x + xstep; x < x1; x++ )
  /external/opencv3/modules/imgproc/test/
test_contours.cpp 405 double x1 = 255.0/pow(2.0, -2.0); local
408 line(img, Point(int(x0), int(y)), Point(int(x1), int(y)), Scalar(0), 2, 4, 2);
  /external/opencv3/modules/videostab/src/
inpainting.cpp 217 int x1 = cvRound(M_(0,0)*x0 + M_(0,1)*y0 + M_(0,2)); local
219 if (y1 >= 0 && y1 < frame1.rows && x1 >= 0 && x1 < frame1.cols)
220 err += std::abs(intensity(frame1.at<Point3_<uchar> >(y1,x1)) -
496 int x1 = cvRound(x0 + flowX_(y0,x0)); local
499 if (x1 >= 0 && x1 < mask1_.cols && y1 >= 0 && y1 < mask1_.rows && mask1_(y1,x1))
528 int x1 = cvRound(x0 + flowX_(y0,x0)); local
531 if (x1 >= 0 && x1 < frame1.cols && y1 >= 0 && y1 < frame1.rows && mask1_(y1,x1
    [all...]
  /external/opencv3/samples/cpp/
train_HOG.cpp 261 float x1 = mx - dirVecX * currentGradStrength * maxVecLen * scale; local
267 line(visu, Point((int)(x1*zoomFac),(int)(y1*zoomFac)), Point((int)(x2*zoomFac),(int)(y2*zoomFac)), Scalar(0,255,0), 1);
  /external/owasp/sanitizer/distrib/lib/
jsr305.jar 
  /external/owasp/sanitizer/lib/jsr305/
jsr305.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jsr305.jar 
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 117 FX_FLOAT x1 = pPathData->GetPointX(i + 1); local
122 pObject2Device->Transform(x1, y1);
125 buf << " " << x1 << " " << y1 << " " << x2 << " " << y2;
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 54 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
56 unsigned x1 = XX & 0x3FFF; local
72 __m128i a01 = _mm_cvtsi32_si128(row0[x1]);
74 __m128i a11 = _mm_cvtsi32_si128(row1[x1]);
164 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
166 unsigned x1 = XX & 0x3FFF; local
182 __m128i a01 = _mm_cvtsi32_si128(row0[x1]);
184 __m128i a11 = _mm_cvtsi32_si128(row1[x1]);
SkTextureCompressor_opts.h 67 const uint64x2_t x1 = vandq_u64(vshlq_n_u64(ret, 52), kMask2); local
69 ret = vshrq_n_u64(vorrq_u64(ret, vorrq_u64(x1, x2)), 16);
135 return reg & (0x1 << 21);
  /external/smali/gradle/wrapper/
gradle-wrapper.jar 
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 57 EAS_PCM x1; /* current generated sample */ member in struct:s_decoder_state_tag
  /external/tcpdump/
smbutil.c 44 tp->tm_mon = ((p2 >> 5) & 0xFF) + ((p3 & 0x1) << 3) - 1;
540 uint32_t x1, x2; local
543 x1 = reverse ? EXTRACT_32BITS(buf) :
547 x = (((uint64_t)x1) << 32) | x2;
    [all...]
  /external/testng/gradle/wrapper/
gradle-wrapper.jar 
  /external/vogar/lib/
jsr305.jar 
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 81 int32 x0, x1, x3, x5, x7;//, x8; local
83 x1 = blk[8];
87 x7 = W7 * x1;
88 x1 = W1 * x1;
91 x5 = (181 * (x1 - x7) + 128) >> 8;
92 x7 = (181 * (x1 + x7) + 128) >> 8;
94 blk[0] = (x0 + x1) >> 8;
98 blk[56] = (x0 - x1) >> 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
185 int32 x1, x3, x5, x7;\/\/, x8; local
235 int32 x1, x3, x5, x7; 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
578 int32 x1, x2, x4, x5; local
691 int32 x1, x3, x5, x7; 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
1063 int32 x1, x2, x4, x5; local
1171 int32 x1, x3, x5, x7; 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
1577 int32 x1, x2, x4, x5; local
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
motion_comp.cpp 1126 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; \/* new way *\/ local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RoundRectangle.java 150 double x1 = x0 + getWidth(); local
153 if (x < x0 || y < y0 || x >= x1 || y >= y1) {
164 double insideTopX1 = x1 - urWidth / 2d;
171 double insideBottomX1 = x1 - lrWidth / 2d;
217 double x1 = x0 + getWidth(); local
220 if (x + w <= x0 || x >= x1 || y + h <= y0 || y >= y1) {
228 Zone x0class = classify(x, x0, maxLeftCornerWidth, x1, maxRightCornerWidth);
229 Zone x1class = classify(x + w, x0, maxLeftCornerWidth, x1, maxRightCornerWidth);
263 x = x - x1 + urWidth / 2d;
268 x = x - x1 + lrWidth / 2d
    [all...]
  /frameworks/data-binding/compiler/gradle/wrapper/
gradle-wrapper.jar 
  /frameworks/data-binding/developmentPlugins/gradle/wrapper/
gradle-wrapper.jar 
  /frameworks/multidex/gradle/wrapper/
gradle-wrapper.jar 
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 120 uint32_t x1 = xstart; local
127 if (rsdIntrinsicBlend_K(out, in, info->slot, x1, x2) >= 0)
133 for (;x1 < x2; x1++, out++) {
138 for (;x1 < x2; x1++, out++, in++) {
148 if ((x1 + 8) < x2) {
149 uint32_t len = (x2 - x1) >> 3;
151 x1 += len << 3;
157 for (;x1 < x2; x1++, out++, in++)
    [all...]

Completed in 842 milliseconds

<<21222324252627282930>>