Lines Matching refs:best
534 unsigned int best_err = UINT_MAX, best = 0, img_height_max; in vou_adjust_input() local
560 best = found; in vou_adjust_input()
566 geo->in_width = best; in vou_adjust_input()
585 best = found; in vou_adjust_input()
591 geo->in_height = best; in vou_adjust_input()
601 unsigned int best_err = UINT_MAX, best = geo->in_width, in vou_adjust_output() local
629 best = found; in vou_adjust_output()
635 geo->output.width = best; in vou_adjust_output()
637 if (geo->output.left + best > width_max) in vou_adjust_output()
638 geo->output.left = width_max - best; in vou_adjust_output()
641 vou_scale_h_num[idx], vou_scale_h_den[idx], best); in vou_adjust_output()
659 best = found; in vou_adjust_output()
665 geo->output.height = best; in vou_adjust_output()
667 if (geo->output.top + best > height_max) in vou_adjust_output()
668 geo->output.top = height_max - best; in vou_adjust_output()
671 vou_scale_v_num[idx], vou_scale_v_den[idx], best); in vou_adjust_output()