Searched refs:MAX_DIM (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/core/perf/ |
D | perf_math.cpp | 33 const int MAX_DIM = get<0>(GetParam()); variable 39 dims = rng.uniform(1, MAX_DIM+1);
|
/external/opencv3/modules/core/test/ |
D | test_mat.cpp | 740 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()
|
D | test_operations.cpp | 1166 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()
|
D | test_arithm.cpp | 1437 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()
|
D | test_math.cpp | 2651 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/ |
D | mat.hpp | 2401 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/ |
D | matrix.cpp | 4717 valueOffset = (int)alignSize(sizeof(SparseMat::Node) - MAX_DIM*sizeof(int) + in Hdr()
|