RATE_DECREASE_TH
if (win->success_ratio < RATE_DECREASE_TH || !current_tpt) {
(active_sr > RATE_DECREASE_TH && active_sr <= RATE_HIGH_TH
if (sr <= RATE_DECREASE_TH || current_tpt == 0) {