Searched refs:index3 (Results 1 – 7 of 7) sorted by relevance
/external/opencv/cvaux/src/ |
D | decomppoly.cpp | 150 int index1, index2, index3; 184 index3 = 2; 189 x3 = contour[ index3 ].x; 190 y3 = contour[ index3 ].y; 241 outEdges[ (*numEdges) * 2 + 1 ] = index3; 244 index2 = index3; 250 index3 ++; 251 if( index3 == num ) { 252 index3 = 0; 254 } while( !pointExist[ index3 ] ); [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Eigen3f.java | 188 int index2, int index3) { in computeVectors() argument 193 float p00 = eigenValues[index3] - vectorU.dot(tempVect); in computeVectors() 195 float p11 = eigenValues[index3] - vectorV.dot(mat.mult(vectorV)); in computeVectors() 214 vectorU.mult(p01, eigenVectors[index3]) in computeVectors() 220 vectorU.mult(p11, eigenVectors[index3]) in computeVectors() 225 eigenVectors[index3] = vectorV; in computeVectors() 227 eigenVectors[index3] = vectorU; in computeVectors() 231 Vector3f vectorS = vect.cross(eigenVectors[index3]); in computeVectors() 268 eigenVectors[index3].cross(eigenVectors[index1], eigenVectors[index2]); in computeVectors()
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/urlparser_data/deep/sub/ |
D | Main.txt | 1 index3
|
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 438 for (int index3 = 0; index3 < 3; ++index3) { in DEF_TEST() local 439 IntersectData& data = dataArray[index2 + index3]; in DEF_TEST()
|
/external/opencv/cv/src/ |
D | cvconvhull.cpp | 610 int index1, index2, index3; in cvConvexityDefects() local 621 CV_CALL( index3 = cvSeqElemIdx( ptseq, pos )); in cvConvexityDefects() 627 index3 = *CV_SEQ_ELEM( hull, int, 2 ); in cvConvexityDefects() 631 sign += (index3 > index2) ? 1 : 0; in cvConvexityDefects() 632 sign += (index1 > index3) ? 1 : 0; in cvConvexityDefects()
|
/external/aac/libFDK/src/ |
D | fixpoint_math.cpp | 292 UINT index3 = (UINT)(LONG)(x >> 10) & 0x1F; in CalcInvLdData() local 299 UINT lookup3 = exp2x_tab_long[index3]; in CalcInvLdData()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 2000 int index3 = shuffler[3]; in ARGBShuffleRow_C() local 2008 uint8 a = src_argb[index3]; in ARGBShuffleRow_C()
|