Searched refs:resized_width (Results 1 – 1 of 1) sorted by relevance
404 u32 resized_width = out->rect.width; in calc_image_resize_coefficients() local 412 resized_width = out->rect.height; in calc_image_resize_coefficients() 417 if (WARN_ON(resized_width == 0 || resized_height == 0)) in calc_image_resize_coefficients() 420 while (downsized_width >= resized_width * 2) { in calc_image_resize_coefficients() 436 resize_coeff_h = 8192 * (downsized_width - 1) / (resized_width - 1); in calc_image_resize_coefficients() 444 cols = num_stripes(max_t(u32, downsized_width, resized_width)); in calc_image_resize_coefficients() 721 unsigned int resized_width = out->base.rect.width; in find_seams() local 742 resized_width = out->base.rect.height; in find_seams() 774 flipped_out_left = resized_width - out_right; in find_seams() 790 resized_width in find_seams() 1120 u32 resized_width; calc_tile_resize_coefficients() local [all...]