Lines Matching refs:best
522 unsigned int best_err = UINT_MAX, best = 0, img_height_max; in vou_adjust_input() local
550 best = found; in vou_adjust_input()
556 geo->in_width = best; in vou_adjust_input()
575 best = found; in vou_adjust_input()
581 geo->in_height = best; in vou_adjust_input()
591 unsigned int best_err = UINT_MAX, best = geo->in_width, in vou_adjust_output() local
619 best = found; in vou_adjust_output()
625 geo->output.width = best; in vou_adjust_output()
627 if (geo->output.left + best > width_max) in vou_adjust_output()
628 geo->output.left = width_max - best; in vou_adjust_output()
631 vou_scale_h_num[idx_h], vou_scale_h_den[idx_h], best); in vou_adjust_output()
649 best = found; in vou_adjust_output()
655 geo->output.height = best; in vou_adjust_output()
657 if (geo->output.top + best > height_max) in vou_adjust_output()
658 geo->output.top = height_max - best; in vou_adjust_output()
661 vou_scale_v_num[idx_v], vou_scale_v_den[idx_v], best); in vou_adjust_output()