Searched refs:threshold_base (Results 1 – 2 of 2) sorted by relevance
332 static int64_t scale_part_thresh_sumdiff(int64_t threshold_base, int speed, in scale_part_thresh_sumdiff() argument337 return (5 * threshold_base) >> 2; in scale_part_thresh_sumdiff()341 return (5 * threshold_base) >> 2; in scale_part_thresh_sumdiff()346 return (5 * threshold_base) >> 2; in scale_part_thresh_sumdiff()349 return threshold_base; in scale_part_thresh_sumdiff()361 int64_t threshold_base = in set_vbp_thresholds() local365 thresholds[0] = threshold_base; in set_vbp_thresholds()366 thresholds[1] = threshold_base; in set_vbp_thresholds()367 thresholds[2] = threshold_base >> 2; in set_vbp_thresholds()368 thresholds[3] = threshold_base >> 2; in set_vbp_thresholds()[all …]
521 static int64_t scale_part_thresh_sumdiff(int64_t threshold_base, int speed, in scale_part_thresh_sumdiff() argument526 return (5 * threshold_base) >> 2; in scale_part_thresh_sumdiff()530 return (5 * threshold_base) >> 2; in scale_part_thresh_sumdiff()535 return (5 * threshold_base) >> 2; in scale_part_thresh_sumdiff()538 return threshold_base; in scale_part_thresh_sumdiff()550 int64_t threshold_base = in set_vbp_thresholds() local554 thresholds[0] = threshold_base; in set_vbp_thresholds()555 thresholds[1] = threshold_base >> 2; in set_vbp_thresholds()556 thresholds[2] = threshold_base >> 2; in set_vbp_thresholds()557 thresholds[3] = threshold_base << 2; in set_vbp_thresholds()[all …]