Searched refs:threshold_base (Results 1 – 2 of 2) sorted by relevance
329 static int64_t scale_part_thresh_sumdiff(int64_t threshold_base, int speed, in scale_part_thresh_sumdiff() argument336 return (5 * threshold_base) >> 2; in scale_part_thresh_sumdiff()338 return threshold_base; in scale_part_thresh_sumdiff()350 int64_t threshold_base = in set_vbp_thresholds() local355 thresholds[0] = threshold_base; in set_vbp_thresholds()356 thresholds[1] = threshold_base; in set_vbp_thresholds()357 thresholds[2] = threshold_base >> 2; in set_vbp_thresholds()358 thresholds[3] = threshold_base >> 2; in set_vbp_thresholds()359 thresholds[4] = threshold_base << 2; in set_vbp_thresholds()362 threshold_base = scale_part_thresh_sumdiff( in set_vbp_thresholds()[all …]
579 static int64_t scale_part_thresh_sumdiff(int64_t threshold_base, int speed, in scale_part_thresh_sumdiff() argument584 return (5 * threshold_base) >> 2; in scale_part_thresh_sumdiff()588 return (5 * threshold_base) >> 2; in scale_part_thresh_sumdiff()593 return (5 * threshold_base) >> 2; in scale_part_thresh_sumdiff()596 return threshold_base; in scale_part_thresh_sumdiff()609 int64_t threshold_base = in set_vbp_thresholds() local613 thresholds[0] = threshold_base; in set_vbp_thresholds()614 thresholds[1] = threshold_base >> 2; in set_vbp_thresholds()615 thresholds[2] = threshold_base >> 2; in set_vbp_thresholds()616 thresholds[3] = threshold_base << 2; in set_vbp_thresholds()[all …]