Home
last modified time | relevance | path

Searched refs:otherChild (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dkdtree_index.h501 NodePtr otherChild = (diff < 0) ? node->child2 : node->child1; in searchLevel() local
514 heap->insert( BranchSt(otherChild, new_distsq) ); in searchLevel()
538 NodePtr otherChild = (diff < 0) ? node->child2 : node->child1; in searchLevelExact() local
554 searchLevelExact(result_set, vec, otherChild, new_distsq, epsError); in searchLevelExact()
H A Dkdtree_single_index.h566 NodePtr otherChild; in searchLevel() local
570 otherChild = node->child2; in searchLevel()
575 otherChild = node->child1; in searchLevel()
586 searchLevel(result_set, vec, otherChild, mindistsq, dists, epsError); in searchLevel()