Searched refs:cur_thresh (Results 1 – 1 of 1) sorted by relevance
2686 float cur_thresh = 0.0f; in ml_prune_rect_partition() local2690 cur_thresh = prob_thresholds[0]; in ml_prune_rect_partition()2694 cur_thresh = prob_thresholds[1]; in ml_prune_rect_partition()2698 cur_thresh = prob_thresholds[2]; in ml_prune_rect_partition()2702 cur_thresh = prob_thresholds[3]; in ml_prune_rect_partition()2706 cur_thresh = prob_thresholds[4]; in ml_prune_rect_partition()2766 if (probs[1] <= cur_thresh) (*dst_prune_horz) = 1; in ml_prune_rect_partition()2767 if (probs[2] <= cur_thresh) (*dst_prune_vert) = 1; in ml_prune_rect_partition()