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

1 2 3

  /external/chromium_org/third_party/brotli/src/brotli/enc/
cluster.h 37 int idx1; member in struct:brotli::HistogramPair
49 return abs(p1.idx1 - p1.idx2) > abs(p2.idx1 - p2.idx2);
60 // Computes the bit cost reduction by combining out[idx1] and out[idx2] and if
61 // it is below a threshold, stores the pair (idx1, idx2) in the *pairs heap.
65 int idx1, int idx2,
67 if (idx1 == idx2) {
70 if (idx2 < idx1) {
72 idx2 = idx1;
73 idx1 = t
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java 400 int idx1 = enc[enc.length - 2] & 0xff; local
408 ASN1ObjectIdentifier[] first = cache[idx1];
411 first = cache[idx1] = new ASN1ObjectIdentifier[128];
425 idx1 = (idx1 + 1) & 0xff;
426 first = cache[idx1];
429 first = cache[idx1] = new ASN1ObjectIdentifier[128];
  /external/chromium_org/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/eigen/test/
visitor.cpp 102 Index idx1 = eigen_minidx; local
105 v1(idx0) = v1(idx1);
109 VERIFY(eigen_minidx == (std::min)(idx0,idx1));
  /external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 150 int idx0(-1), idx1(-1);
164 idx1 = vCount+offset;
225 ++idx1;
229 *idxs++ = idx1;
244 if (useMiterPoint && (idx0 >= 0) && (idx1 >= 0)) {
246 firstPt[idx1] = miterPt[1];
  /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/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 150 int idx0(-1), idx1(-1);
164 idx1 = vCount+offset;
225 ++idx1;
229 *idxs++ = idx1;
244 if (useMiterPoint && (idx0 >= 0) && (idx1 >= 0)) {
246 firstPt[idx1] = miterPt[1];
  /external/llvm/test/CodeGen/X86/
pr13899.ll 30 %idx1 = getelementptr inbounds <8 x float>* %p, i64 1
31 %2 = load <8 x float>* %idx1
  /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/lldb/source/Core/
RegularExpression.cpp 204 RegularExpression::Match::GetMatchSpanningIndices (const char* s, uint32_t idx1, uint32_t idx2, llvm::StringRef& match_str) const
206 if (idx1 < m_matches.size() && idx2 < m_matches.size())
208 if (m_matches[idx1].rm_so == m_matches[idx2].rm_eo)
214 else if (m_matches[idx1].rm_so < m_matches[idx2].rm_eo)
216 match_str = llvm::StringRef (s + m_matches[idx1].rm_so, m_matches[idx2].rm_eo - m_matches[idx1].rm_so);
  /external/compiler-rt/lib/sanitizer_common/
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
sanitizer_bvgraph.h 154 void check(uptr idx1, uptr idx2) const {
155 CHECK_LT(idx1, size());
  /external/chromium_org/third_party/libwebp/enc/
histogram.c 535 const int idx1 = bin_map[bin_offset + 1]; local
543 HistogramAddEval(histograms[idx1], histograms[idx2],
546 HistogramCopy(cur_combo, histograms[idx1]);
591 const uint32_t idx1 = MyRand(&seed) % image_histo_size; local
595 const uint32_t idx2 = (idx1 + diff + 1) % image_histo_size;
596 if (idx1 == idx2) {
601 curr_cost_diff = HistogramAddEval(histograms[idx1], histograms[idx2],
610 best_idx1 = idx1;
  /external/chromium_org/third_party/sqlite/src/test/
select2.test 111 execsql {CREATE INDEX idx1 ON tbl2(f2)}
133 execsql {DROP INDEX idx1}
  /external/llvm/test/Transforms/ADCE/
basictest1.ll 48 %idx1 = getelementptr [3 x %spec_fd_t]* @spec_fd, i64 0, i64 %reg107-idxcast1, i32 2 ; <i32*> [#uses=1]
49 %reg1321 = load i32* %idx1 ; <i32> [#uses=3]
basictest2.ll 48 %idx1 = getelementptr [3 x %spec_fd_t]* @spec_fd, i64 0, i64 %reg107-idxcast1, i32 2 ; <i32*> [#uses=1]
49 %reg1321 = load i32* %idx1 ; <i32> [#uses=3]
  /external/webp/src/enc/
histogram.c 535 const int idx1 = bin_map[bin_offset + 1]; local
543 HistogramAddEval(histograms[idx1], histograms[idx2],
546 HistogramCopy(cur_combo, histograms[idx1]);
591 const uint32_t idx1 = MyRand(&seed) % image_histo_size; local
595 const uint32_t idx2 = (idx1 + diff + 1) % image_histo_size;
596 if (idx1 == idx2) {
601 curr_cost_diff = HistogramAddEval(histograms[idx1], histograms[idx2],
610 best_idx1 = idx1;
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 128 unsigned Idx1, Idx2;
129 if (!findCommutedOpIndices(MI, Idx1, Idx2)) {
134 assert(MI->getOperand(Idx1).isReg() && MI->getOperand(Idx2).isReg() &&
137 unsigned Reg1 = MI->getOperand(Idx1).getReg();
140 unsigned SubReg1 = MI->getOperand(Idx1).getSubReg();
142 bool Reg1IsKill = MI->getOperand(Idx1).isKill();
147 MI->getDesc().getOperandConstraint(Idx1, MCOI::TIED_TO) == 0) {
169 MI->getOperand(Idx1).setReg(Reg2);
171 MI->getOperand(Idx1).setSubReg(SubReg2);
173 MI->getOperand(Idx1).setIsKill(Reg2IsKill)
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.cpp 626 int i, idx0, idx1, idx2, idx3, idx4, lag; local
641 idx1 = idx0 + i / 4;
651 idx1 = lpcStartLine[HIFILT];
652 idx2 = idx1 + i;
658 INT sc1 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx0, idx1);
659 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2);
665 for (nsc1=1; (1<<nsc1)<(idx1-idx0); nsc1++);
666 for (nsc2=1; (1<<nsc2)<(idx2-idx1); nsc2++);
671 rxx1_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, 0, nsc1);
672 rxx2_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx1, idx2, 0, nsc2)
    [all...]
  /external/jdiff/src/jdiff/
CommentsHandler.java 70 int idx1 = JDiff.oldFileName.lastIndexOf('.'); local
72 String filename2 = JDiff.oldFileName.substring(0, idx1) +
  /external/opencv/cv/include/
cvcompat.h 481 #define cvQueryHistValue_2D( hist, idx0, idx1 ) \
482 ((float)cvGetReal2D( (hist)->bins, (idx0), (idx1)))
483 #define cvQueryHistValue_3D( hist, idx0, idx1, idx2 ) \
484 ((float)cvGetReal3D( (hist)->bins, (idx0), (idx1), (idx2)))
492 #define cvGetHistValue_2D( hist, idx0, idx1 ) \
493 ((float*)cvPtr2D( (hist)->bins, (idx0), (idx1), 0))
494 #define cvGetHistValue_3D( hist, idx0, idx1, idx2 ) \
495 ((float*)cvPtr3D( (hist)->bins, (idx0), (idx1), (idx2), 0))
    [all...]
  /external/llvm/docs/
GetElementPtr.rst 112 %idx1 = getelementptr i32* %MyVar, i64 0
121 idx1 = (char*) &MyVar + 0
229 %idx1 = getelementptr { [10 x i32 ] }* %MyVar, i64 0, i32 0, i64 1
232 In this example, ``idx1`` computes the address of the second integer in the
234 ``idx1`` is ``i32*``. However, ``idx2`` computes the address of *the next*
252 %idx1 = getelementptr { [10 x i32 ] }* %MyVar, i64 1, i32 0, i64 0
255 In this example, the value of ``%idx1`` is ``%MyVar+40`` and its type is
  /external/opencv/cv/src/
cvemd.cpp 99 int* idx1; member in struct:CvEMDState
308 int ci = state.idx1[i];
361 sizeof( int ) + sizeof(CvNode2D*)) + /* idx1 & idx2 */
385 state->idx1 = (int*) buffer;
406 state->idx1[ssize++] = i;
438 state->idx1[ssize++] = -1;
508 int ci = state->idx1[i];
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 336 /* ptr = &arr(idx0,idx1,...). All indexes are zero-based,
339 CVAPI(uchar*) cvPtr2D( const CvArr* arr, int idx0, int idx1, int* type CV_DEFAULT(NULL) );
340 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2,
351 /* value = arr(idx0,idx1,...) */
353 CVAPI(CvScalar) cvGet2D( const CvArr* arr, int idx0, int idx1 );
354 CVAPI(CvScalar) cvGet3D( const CvArr* arr, int idx0, int idx1, int idx2 );
359 CVAPI(double) cvGetReal2D( const CvArr* arr, int idx0, int idx1 );
360 CVAPI(double) cvGetReal3D( const CvArr* arr, int idx0, int idx1, int idx2 );
363 /* arr(idx0,idx1,...) = value */
365 CVAPI(void) cvSet2D( CvArr* arr, int idx0, int idx1, CvScalar value )
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 747 * @param idx1 index of the first vertex in the triangle
753 public TriangleMeshBuilder addTriangle(int idx1, int idx2, int idx3) {
754 if((idx1 >= mMaxIndex) || (idx1 < 0) ||
764 mIndexData[mIndexCount++] = (short)idx1;

Completed in 3733 milliseconds

1 2 3