Lines Matching refs:best
525 unsigned int best_err = UINT_MAX, best = 0, img_height_max; in vou_adjust_input() local
553 best = found; in vou_adjust_input()
559 geo->in_width = best; in vou_adjust_input()
578 best = found; in vou_adjust_input()
584 geo->in_height = best; in vou_adjust_input()
594 unsigned int best_err = UINT_MAX, best = geo->in_width, in vou_adjust_output() local
622 best = found; in vou_adjust_output()
628 geo->output.width = best; in vou_adjust_output()
630 if (geo->output.left + best > width_max) in vou_adjust_output()
631 geo->output.left = width_max - best; in vou_adjust_output()
634 vou_scale_h_num[idx_h], vou_scale_h_den[idx_h], best); in vou_adjust_output()
652 best = found; in vou_adjust_output()
658 geo->output.height = best; in vou_adjust_output()
660 if (geo->output.top + best > height_max) in vou_adjust_output()
661 geo->output.top = height_max - best; in vou_adjust_output()
664 vou_scale_v_num[idx_v], vou_scale_v_den[idx_v], best); in vou_adjust_output()