Searched refs:_best_val (Results 1 – 1 of 1) sorted by relevance
2064 int worst_val = cvFloor(node->maxlr), _best_val = worst_val; in find_surrogate_split_ord() local2087 if( LL + RR > _best_val && sorted[i].val + epsilon < sorted[i+1].val ) in find_surrogate_split_ord()2096 if( RL + LR > _best_val && sorted[i].val + epsilon < sorted[i+1].val ) in find_surrogate_split_ord()2103 best_val = _best_val; in find_surrogate_split_ord()