Home
last modified time | relevance | path

Searched refs:MAX_DIM (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/core/perf/
Dperf_math.cpp33 const int MAX_DIM = get<0>(GetParam()); variable
39 dims = rng.uniform(1, MAX_DIM+1);
/external/opencv3/modules/core/test/
Dtest_mat.cpp740 const int MAX_DIM = 5, MAX_DIM_SZ = 10; in run() local
745 int dims = ((unsigned)rng % MAX_DIM) + 1; in run()
746 int i, k, size[MAX_DIM]={0}, idx[MAX_DIM]={0}; in run()
908 int idx1[MAX_DIM], idx2[MAX_DIM]; in run()
Dtest_operations.cpp1166 const int MAX_DIM=3; in run() local
1167 int sizes[MAX_DIM], idx[MAX_DIM]; in run()
1172 int k, dims = rng.uniform(1, MAX_DIM+1), p = 1; in run()
Dtest_arithm.cpp1437 const int MAX_DIM=3; in run() local
1438 int sizes[MAX_DIM]; in run()
1444 int k, dims = rng.uniform(1, MAX_DIM+1), p = 1; in run()
Dtest_math.cpp2651 const int MAX_DIM=5; in run() local
2656 dims = rng.uniform(inVariant == MAT_1_N_CDIM ? 2 : 1, MAX_DIM+1); in run()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp2401 enum { MAGIC_VAL=0x42FD0000, MAX_DIM=32, HASH_SCALE=0x5bd1e995, HASH_BIT=0x80000000 }; enumerator
2416 int size[MAX_DIM];
2427 int idx[MAX_DIM];
/external/opencv3/modules/core/src/
Dmatrix.cpp4717 valueOffset = (int)alignSize(sizeof(SparseMat::Node) - MAX_DIM*sizeof(int) + in Hdr()