Searched refs:max_elem (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | kdtree_single_index.h | 389 void computeMinMax(int* ind, int count, int dim, ElementType& min_elem, ElementType& max_elem) in computeMinMax() argument 392 max_elem = dataset_[ind[0]][dim]; in computeMinMax() 396 if (val>max_elem) max_elem = val; in computeMinMax() 416 ElementType min_elem, max_elem; in middleSplit() local 417 computeMinMax(ind, count, cutfeat, min_elem, max_elem); in middleSplit() 418 cutval = (min_elem+max_elem)/2; in middleSplit() 419 max_span = max_elem - min_elem; in middleSplit() 427 computeMinMax(ind, count, i, min_elem, max_elem); in middleSplit() 428 span = max_elem - min_elem; in middleSplit() 432 cutval = (min_elem+max_elem)/2; in middleSplit() [all …]
|
/external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
D | Morphology_1.cpp | 22 int const max_elem = 2; variable 47 &erosion_elem, max_elem, in main() 56 &dilation_elem, max_elem, in main()
|
D | Morphology_2.cpp | 22 int const max_elem = 2; variable 50 &morph_elem, max_elem, in main()
|
/external/iproute2/examples/bpf/ |
D | bpf_prog.c | 194 .max_elem = 256, 202 .max_elem = 1024, 210 .max_elem = 64,
|
D | bpf_agent.c | 138 printf(" | max elem: %u\n", aux->ent[i].max_elem); in bpf_info_loop()
|
/external/iproute2/include/ |
D | bpf_elf.h | 34 __u32 max_elem; member
|
D | bpf_api.h | 106 .max_elem = (MAX_ELEM), \
|
/external/opencv3/doc/tutorials/imgproc/opening_closing_hats/ |
D | opening_closing_hats.markdown | 99 int const max_elem = 2; 124 &morph_elem, max_elem, 173 &morph_elem, max_elem,
|
/external/iproute2/tc/ |
D | tc_bpf.c | 239 tmp.max_elem = val; in bpf_map_selfcheck_pinned() 662 offsetof(struct bpf_elf_map, max_elem)); in bpf_graft_map() 746 unsigned int size_value, unsigned int max_elem) in bpf_map_create() argument 752 .max_entries = max_elem, in bpf_map_create() 1079 map->max_elem); in bpf_map_attach() 1084 map->size_key, map->size_value, map->max_elem, in bpf_map_attach()
|