Lines Matching refs:found
549 unsigned int found = geo->output.width * vou_scale_h_den[i] / in vou_adjust_input() local
552 if (found > VOU_MAX_IMAGE_WIDTH) in vou_adjust_input()
556 err = abs(found - geo->in_width); in vou_adjust_input()
560 best = found; in vou_adjust_input()
574 unsigned int found = geo->output.height * vou_scale_v_den[i] / in vou_adjust_input() local
577 if (found > img_height_max) in vou_adjust_input()
581 err = abs(found - geo->in_height); in vou_adjust_input()
585 best = found; in vou_adjust_input()
618 unsigned int found = geo->in_width * vou_scale_h_num[i] / in vou_adjust_output() local
621 if (found > VOU_MAX_IMAGE_WIDTH) in vou_adjust_output()
625 err = abs(found - geo->output.width); in vou_adjust_output()
629 best = found; in vou_adjust_output()
648 unsigned int found = geo->in_height * vou_scale_v_num[i] / in vou_adjust_output() local
651 if (found > img_height_max) in vou_adjust_output()
655 err = abs(found - geo->output.height); in vou_adjust_output()
659 best = found; in vou_adjust_output()