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.c332 static int64_t scale_part_thresh_sumdiff(int64_t threshold_base, int speed, in scale_part_thresh_sumdiff() argument
337 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() local
365 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 …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c521 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()
[all …]