Searched refs:threshold_base (Results 1 – 1 of 1) sorted by relevance
484 const int64_t threshold_base = (int64_t)(threshold_multiplier * in set_vbp_thresholds() local487 thresholds[0] = threshold_base; in set_vbp_thresholds()488 thresholds[1] = threshold_base >> 2; in set_vbp_thresholds()489 thresholds[2] = threshold_base >> 2; in set_vbp_thresholds()490 thresholds[3] = threshold_base << 2; in set_vbp_thresholds()492 thresholds[1] = threshold_base; in set_vbp_thresholds()494 thresholds[0] = threshold_base >> 2; in set_vbp_thresholds()495 thresholds[2] = threshold_base << 3; in set_vbp_thresholds()497 thresholds[0] = threshold_base; in set_vbp_thresholds()498 thresholds[1] = (5 * threshold_base) >> 2; in set_vbp_thresholds()[all …]