Searched refs:idx2 (Results 1 - 25 of 59) sorted by relevance

123

/external/strace/
H A Dkcmp.c37 unsigned long idx2 = tcp->u_arg[4]; local
44 tprintf(", %u, %u", (unsigned) idx1, (unsigned) idx2);
54 tprintf(", %#lx, %#lx", idx1, idx2);
/external/opencv3/modules/ts/misc/
H A Dconcatlogs.py33 idx2 = html.rfind("</tbody>") variable
34 html = html[:idx2] + re.sub(r"[ \t\n\r]+", " ", text[idx1:])
40 idx2 = html.find("</title>") variable
41 html = html[:idx1] + "OpenCV performance testing report" + html[idx2:]
/external/skia/tests/
H A DPathOpsTightBoundsTest.cpp41 for (int idx2 = 0; idx2 < 10; ++idx2) {
116 for (int idx2 = 0; idx2 < 10; ++idx2) {
H A DPathOpsAngleTest.cpp242 for (int idx2 = 0; idx2 < data.fPtCount; ++idx2) {
243 data.fShortPts[idx2] = data.fPts.fPts[idx2].asSkPoint();
441 for (int idx2 = 0; idx2 < data.fPtCount; ++idx2) {
442 temp[idx2] = data.fPts.fPts[idx2]
[all...]
H A DPathOpsCubicLineIntersectionIdeas.cpp243 for (int idx2 = 0; idx2 <= worstLimit; ++idx2) {
244 SkDebugf("%1.9g ", worstStep[idx2]);
/external/webp/src/enc/
H A Dhistogram.c520 const int idx2 = bin_map[bin_offset + n]; local
524 VP8LHistogramAdd(histograms[idx1], histograms[idx2], histograms[idx1]);
525 histograms[idx2]->bit_cost_ = 0.;
527 const double bit_cost_idx2 = histograms[idx2]->bit_cost_;
531 HistogramAddEval(histograms[idx1], histograms[idx2],
542 (histograms[idx2]->trivial_symbol_ == VP8L_NON_TRIVIAL_SYM));
546 histograms[idx2]->bit_cost_ = 0.;
577 int idx2; member in struct:__anon20544
638 static void PreparePair(VP8LHistogram** histograms, int idx1, int idx2, argument
641 if (idx1 > idx2) {
684 const int idx2 = histo_queue.queue[0].idx2; local
772 const uint32_t idx2 = (idx1 + diff + 1) % image_histo_size; local
[all...]
/external/v8/test/webkit/
H A Ddate-set-to-nan.js360 for (var idx2 in testValues)
361 if (idx0 != 0 || idx1 != 0 || idx2 != 0) {
365 testValues[idx2]);
370 + testValues[idx2] + ") was "
392 for (var idx2 in testValues)
394 if (idx0 != 0 || idx1 != 0 || idx2 != 0 || idx3 != 0) {
398 testValues[idx2],
404 + testValues[idx2] + ", "
/external/opencv3/modules/cudastereo/src/cuda/
H A Dstereobm.cu130 __device__ void StepDown(int idx1, int idx2, unsigned char* imageL, unsigned char* imageR, int d, volatile unsigned int *col_ssd)
139 leftPixel2 = imageL[idx2];
142 idx2 = idx2 - d;
153 rightPixel2[7] = imageR[idx2 - 7];
154 rightPixel2[0] = imageR[idx2 - 0];
155 rightPixel2[1] = imageR[idx2 - 1];
156 rightPixel2[2] = imageR[idx2 - 2];
157 rightPixel2[3] = imageR[idx2 - 3];
158 rightPixel2[4] = imageR[idx2
[all...]
/external/eigen/test/
H A Dvisitor.cpp103 Index idx2 = eigen_maxidx; local
106 v2(idx0) = v2(idx2);
110 VERIFY(eigen_maxidx == (std::min)(idx0,idx2));
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DOrdering.java277 int idx2 = getIndexOf(list, b);
280 if (idx2 < 0)
299 insert(list, idx2, f.getName());
317 int idx2 = getIndexOf(list, a);
320 if (idx2 < 0)
336 list.remove(idx2);
/external/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c664 uint32_t idx, idx2; local
709 for (idx2 = 0; idx2 < tags[standard].aliasList[idx].aliasCount; idx2++) {
710 uint16_t aliasNum = tags[standard].aliasList[idx].aliases[idx2];
811 uint16_t idx, idx2, idx3; local
814 for (idx2 = 0; idx2 < converterCount; idx2++) {
815 for (idx3 = 0; idx3 < tags[idx].aliasList[idx2]
[all...]
/external/jdiff/src/jdiff/
H A DComments.java111 int idx2 = xsdFileName.lastIndexOf('/');
112 if (idx == -1 && idx2 == -1) {
114 } else if (idx == -1 && idx2 != -1) {
115 xsdFileName = xsdFileName.substring(0, idx2+1);
116 } else if (idx != -1 && idx2 == -1) {
118 } else if (idx != -1 && idx2 != -1) {
119 int max = idx2 > idx ? idx2 : idx;
H A DCommentsHandler.java71 int idx2 = JDiff.newFileName.lastIndexOf('.');
73 "_to_" + JDiff.newFileName.substring(0, idx2);
H A DRootDocToXML.java72 int idx2 = xsdFileName.lastIndexOf('/');
73 if (idx == -1 && idx2 == -1) {
75 } else if (idx == -1 && idx2 != -1) {
76 xsdFileName = xsdFileName.substring(0, idx2);
77 } else if (idx != -1 && idx2 == -1) {
79 } else if (idx != -1 && idx2 != -1) {
80 int max = idx2 > idx ? idx2 : idx;
/external/skia/src/pathops/
H A DSkOpAngle.cpp381 for (int idx2 = idx1 + 1; idx2 <= ptCount; ++idx2) {
382 if (idx1 == idx2) {
386 v.set(pts[idx2] - pts[idx1]);
419 for (int idx2 = 0; idx2 < i.used(); ++idx2) {
420 double testT = i[0][idx2];
473 for (int idx2
[all...]
H A DSkPathOpsQuad.cpp86 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
87 if (approximately_equal(t[idx2], tValue)) {
H A DSkPathOpsCubic.cpp341 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
342 if (approximately_equal(t[idx2], 1)) {
349 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
350 if (approximately_equal(t[idx2], 0)) {
/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.cc497 for (int idx2 = m.rows()[r]; idx2 <= idx1; ++idx2) {
498 product.push_back(ProductTerm(m.cols()[idx1], m.cols()[idx2], product.size()));
531 for (int idx2 = row_begin; idx2 <= idx1; ++idx2, ++cursor) {
532 values[program[cursor]] += v1 * m_values[idx2];
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h154 void check(uptr idx1, uptr idx2) const {
156 CHECK_LT(idx2, size());
H A Dsanitizer_bitvector.h148 uptr i2 = idx2(idx);
163 uptr i2 = idx2(idx);
177 uptr i2 = idx2(idx);
339 uptr idx2(uptr idx) const { function in class:__sanitizer::TwoLevelBitVector
/external/opencv3/modules/calib3d/src/
H A Dcheckchessboard.cpp85 static void countClasses(const std::vector<std::pair<float, int> >& pairs, size_t idx1, size_t idx2, std::vector<int>& counts) argument
88 for(size_t i = idx1; i != idx2; i++)
/external/eigen/unsupported/Eigen/src/BVH/
H A DKdBVH.h208 int idx2 = (int)boxes.size() - 1; local
209 boxes.push_back(boxes[idx1].merged(boxes[idx2]));
211 children.push_back(idx2);
/external/opencv3/modules/calib3d/src/opencl/
H A Dstereobm.cl129 int idx2 = WSZ*cols;
133 corrner3 = abs(left[idx2] - right[idx2]),
134 corrner4 = abs(left[idx2 + WSZ] - right[idx2 + WSZ]);
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp597 int i, idx0, idx1, idx2, idx3, idx4, lag; local
607 idx0 = idx1 = idx2 = idx3 = idx4 = 0;
615 idx2 = idx0 + i / 2;
625 idx2 = idx1 + i;
626 idx3 = idx2 + i;
632 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2);
633 INT sc3 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx2, idx3);
639 for (nsc2=1; (1<<nsc2)<(idx2-idx1); nsc2++);
640 for (nsc3=1; (1<<nsc3)<(idx3-idx2); nsc3++);
645 rxx2_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx1, idx2,
[all...]
/external/opencv3/modules/cudaoptflow/src/
H A Dpyrlk.cpp251 int idx2 = (idx + 1) & 1;
254 uPyr[idx], vPyr[idx], uPyr[idx2], vPyr[idx2],
259 idx = idx2;

Completed in 827 milliseconds

123