Lines Matching refs:threshold_base
521 static int64_t scale_part_thresh_sumdiff(int64_t threshold_base, int speed, in scale_part_thresh_sumdiff() argument
526 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() local
554 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()
564 threshold_base = 3 * threshold_base; in set_vbp_thresholds()
566 threshold_base = threshold_base << 1; in set_vbp_thresholds()
568 threshold_base = (7 * threshold_base) >> 3; in set_vbp_thresholds()
573 threshold_base = in set_vbp_thresholds()
574 vp9_scale_part_thresh(threshold_base, cpi->denoiser.denoising_level, in set_vbp_thresholds()
577 threshold_base = in set_vbp_thresholds()
578 scale_part_thresh_sumdiff(threshold_base, cpi->oxcf.speed, cm->width, in set_vbp_thresholds()
582 threshold_base = scale_part_thresh_sumdiff( in set_vbp_thresholds()
583 threshold_base, cpi->oxcf.speed, cm->width, cm->height, content_state); in set_vbp_thresholds()
585 thresholds[0] = threshold_base; in set_vbp_thresholds()
586 thresholds[2] = threshold_base << cpi->oxcf.speed; in set_vbp_thresholds()
590 thresholds[0] = threshold_base >> 3; in set_vbp_thresholds()
591 thresholds[1] = threshold_base >> 1; in set_vbp_thresholds()
592 thresholds[2] = threshold_base << 3; in set_vbp_thresholds()
594 thresholds[1] = (5 * threshold_base) >> 2; in set_vbp_thresholds()
596 thresholds[1] = threshold_base << 1; in set_vbp_thresholds()
598 thresholds[1] = (5 * threshold_base) >> 1; in set_vbp_thresholds()