Home
last modified time | relevance | path

Searched refs:threshold_base (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c329 static int64_t scale_part_thresh_sumdiff(int64_t threshold_base, int speed, in scale_part_thresh_sumdiff() argument
336 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() local
355 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 …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c579 static int64_t scale_part_thresh_sumdiff(int64_t threshold_base, int speed, in scale_part_thresh_sumdiff() argument
584 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() local
613 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 …]