HomeSort by relevance Sort by last modified time
    Searched refs:idx1 (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/strace/
kcmp.c 36 unsigned long idx1 = tcp->u_arg[3]; local
44 tprintf(", %u, %u", (unsigned) idx1, (unsigned) idx2);
54 tprintf(", %#lx, %#lx", idx1, idx2);
  /external/opencv3/modules/ts/misc/
concatlogs.py 32 idx1 = text.find("<tbody>") + len("<tbody>") variable
34 html = html[:idx2] + re.sub(r"[ \t\n\r]+", " ", text[idx1:])
39 idx1 = text.find("<title>") + len("<title>") variable
41 html = html[:idx1] + "OpenCV performance testing report" + html[idx2:]
  /libcore/ojluni/src/main/java/sun/reflect/
Reflection.java 159 int idx1 = 0; local
163 if (name1.charAt(idx1) == '[') {
165 idx1++;
166 } while (name1.charAt(idx1) == '[');
167 if (name1.charAt(idx1) != 'L') {
183 int length1 = lastDot1 - idx1;
189 return name1.regionMatches(false, idx1, name2, idx2, length1);
  /system/extras/tests/kernel.config/
sysvipc_test.cpp 26 int kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2) {
27 return syscall(SYS_kcmp, pid1, pid2, type, 0, idx1, idx2);
  /external/webp/src/enc/
histogram.c 516 const int idx1 = bin_map[bin_offset + 1]; local
524 VP8LHistogramAdd(histograms[idx1], histograms[idx2], histograms[idx1]);
531 HistogramAddEval(histograms[idx1], histograms[idx2],
541 ((histograms[idx1]->trivial_symbol_ == VP8L_NON_TRIVIAL_SYM) &&
545 HistogramSwap(&cur_combo, &histograms[idx1]);
556 UpdateHistogramCost(histograms[idx1]);
574 // Pair of histograms. Negative idx1 value means that pair is out-of-date.
576 int idx1; member in struct:__anon26150
638 static void PreparePair(VP8LHistogram** histograms, int idx1, int idx2
683 const int idx1 = histo_queue.queue[0].idx1; local
768 const uint32_t idx1 = MyRand(&seed) % image_histo_size; local
    [all...]
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 196 int idx1 = (int)boxes.size() - 1; local
197 boxes.push_back(boxes[idx1].merged(objBoxes[objCenters[mid].second]));
198 children.push_back(idx1);
206 int idx1 = (int)boxes.size() - 1; local
209 boxes.push_back(boxes[idx1].merged(boxes[idx2]));
210 children.push_back(idx1);
  /external/opencv3/modules/cudastereo/src/cuda/
stereobm.cu 130 __device__ void StepDown(int idx1, int idx2, unsigned char* imageL, unsigned char* imageR, int d, volatile unsigned int *col_ssd)
138 leftPixel1 = imageL[idx1];
141 idx1 = idx1 - d;
144 rightPixel1[7] = imageR[idx1 - 7];
145 rightPixel1[0] = imageR[idx1 - 0];
146 rightPixel1[1] = imageR[idx1 - 1];
147 rightPixel1[2] = imageR[idx1 - 2];
148 rightPixel1[3] = imageR[idx1 - 3];
149 rightPixel1[4] = imageR[idx1 - 4]
    [all...]
  /external/opencv3/modules/videoio/test/
test_video_pos.cpp 140 int idx1 = (int)cap.get(CAP_PROP_POS_FRAMES); local
145 if( idx != idx1 )
148 idx1, idx);
  /external/jetty/src/java/org/eclipse/jetty/webapp/
Ordering.java 276 int idx1 = getIndexOf(list, f.getName()); local
290 insert(list, idx1+1, b);
298 list.remove(idx1);
316 int idx1 = getIndexOf(list, f.getName()); local
329 insert(list,idx1, aResource);
337 insert(list,idx1, a);
  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix.cc 496 for (int idx1 = m.rows()[r]; idx1 < m.rows()[r + 1]; ++idx1) {
497 for (int idx2 = m.rows()[r]; idx2 <= idx1; ++idx2) {
498 product.push_back(ProductTerm(m.cols()[idx1], m.cols()[idx2], product.size()));
529 for (int idx1 = row_begin; idx1 < row_end; ++idx1) {
530 const double v1 = m_values[idx1];
531 for (int idx2 = row_begin; idx2 <= idx1; ++idx2, ++cursor)
    [all...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_decoder.cpp 87 DWORD dwFlags; // 0x10 AVIF_HASINDEX: The AVI file has an idx1 chunk containing an index at the end of the file.
250 MjpegInputStream& operator >> (MjpegInputStream& is, AviIndex& idx1);
282 MjpegInputStream& operator >> (MjpegInputStream& is, AviIndex& idx1)
284 is.read((char*)(&idx1), sizeof(idx1));
324 ['idx1' (<AVI Index>) ]
458 AviIndex idx1; local
459 in_str >> idx1; local
461 if(idx1.ckid == m_stream_id)
463 uint64_t absolute_pos = m_movi_start + idx1.dwChunkOffset
    [all...]
  /external/v8/test/webkit/
date-set-to-nan.js 329 for (var idx1 in testValues)
330 if (idx0 != 0 || idx1 != 0) {
333 testValues[idx1]);
338 + testValues[idx1] + ") was "
359 for (var idx1 in testValues)
361 if (idx0 != 0 || idx1 != 0 || idx2 != 0) {
364 testValues[idx1],
369 + testValues[idx1] + ", "
391 for (var idx1 in testValues)
394 if (idx0 != 0 || idx1 != 0 || idx2 != 0 || idx3 != 0)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_bvgraph.h 154 void check(uptr idx1, uptr idx2) const {
155 CHECK_LT(idx1, size());
sanitizer_bitvector.h 147 uptr i1 = idx1(idx);
162 uptr i1 = idx1(idx);
176 uptr i1 = idx1(idx);
333 uptr idx1(uptr idx) const { function in class:__sanitizer::TwoLevelBitVector
  /external/jdiff/src/jdiff/
CommentsHandler.java 70 int idx1 = JDiff.oldFileName.lastIndexOf('.'); local
72 String filename2 = JDiff.oldFileName.substring(0, idx1) +
  /external/opencv3/modules/calib3d/src/
checkchessboard.cpp 85 static void countClasses(const std::vector<std::pair<float, int> >& pairs, size_t idx1, size_t idx2, std::vector<int>& counts)
88 for(size_t i = idx1; i != idx2; i++)
  /external/eigen/test/
visitor.cpp 102 Index idx1 = eigen_minidx; local
105 v1(idx0) = v1(idx1);
109 VERIFY(eigen_minidx == (std::min)(idx0,idx1));
  /system/core/adb/
bugreport.cpp 144 size_t idx1 = line.rfind(BUGZ_PROGRESS_PREFIX) + strlen(BUGZ_PROGRESS_PREFIX); local
146 int progress = std::stoi(line.substr(idx1, (idx2 - idx1)));
  /external/opencv3/modules/core/test/
test_mat.cpp 675 int idx0[] = {3,4,5}, idx1[] = {0, 9, 7}; local
679 cvSetReal3D(&matA, idx1[0], idx1[1], idx1[2], -val0);
681 cvSet3D(&matB, idx1[0], idx1[1], idx1[2], -val1);
685 A.at<float>(idx1[0], idx1[1], idx1[2]) != -val0 |
908 int idx1[MAX_DIM], idx2[MAX_DIM]; local
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.cpp 597 int i, idx0, idx1, idx2, idx3, idx4, lag; local
607 idx0 = idx1 = idx2 = idx3 = idx4 = 0;
614 idx1 = idx0 + i / 4;
624 idx1 = lpcStartLine[HIFILT];
625 idx2 = idx1 + i;
631 INT sc1 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx0, idx1);
632 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2);
638 for (nsc1=1; (1<<nsc1)<(idx1-idx0); nsc1++);
639 for (nsc2=1; (1<<nsc2)<(idx2-idx1); nsc2++);
644 rxx1_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, 0, nsc1)
    [all...]
  /external/opencv3/modules/photo/src/
contrast_preserve.hpp 68 void add_to_vector_poly(vector < vector <double> > &polyGrad, vector <double> &curGrad, int &idx1);
220 void Decolor::add_to_vector_poly(vector < vector <double> > &polyGrad, vector <double> &curGrad, int &idx1)
224 polyGrad.at(idx1).push_back(curGrad[i]);
225 idx1++;
323 int idx = 0, idx1 = 0; local
338 add_to_vector_poly(polyGrad,curGrad,idx1);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
TailoredSet.java 194 int idx1 = Collation.indexFromCE32(baseCE32); local
197 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) {
212 int idx1 = Collation.indexFromCE32(baseCE32); local
215 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
TailoredSet.java 192 int idx1 = Collation.indexFromCE32(baseCE32); local
195 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) {
210 int idx1 = Collation.indexFromCE32(baseCE32); local
213 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) {
  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 395 const uint32_t idx1 = MyRand(&seed) % out_size; local
398 const uint32_t idx2 = (idx1 + diff + 1) % out_size;
399 if (idx1 == idx2) {
403 curr_cost_diff = HistogramAddEval(out->histograms[idx1],
413 best_idx1 = idx1;
  /external/vulkan-validation-layers/layers/
object_tracker.h     [all...]

Completed in 813 milliseconds

1 2 3