Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp69 size_t overlap_cost_threshold) in choose_by_minimum_overlap_cost() argument
111 if ( 0 < overlap_cost_threshold && overlap_cost_threshold < children.size() ) in choose_by_minimum_overlap_cost()
113 first_n_children_count = overlap_cost_threshold; in choose_by_minimum_overlap_cost()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Dparameters.hpp138 static const size_t overlap_cost_threshold = OverlapCostThreshold; member
234 size_t overlap_cost_threshold = 32) in dynamic_rstar() argument
238 , m_overlap_cost_threshold(overlap_cost_threshold) in dynamic_rstar()