Lines Matching refs:resized_width
418 u32 resized_width = out->rect.width; in calc_image_resize_coefficients() local
426 resized_width = out->rect.height; in calc_image_resize_coefficients()
431 if (WARN_ON(resized_width == 0 || resized_height == 0)) in calc_image_resize_coefficients()
434 while (downsized_width >= resized_width * 2) { in calc_image_resize_coefficients()
450 resize_coeff_h = 8192 * (downsized_width - 1) / (resized_width - 1); in calc_image_resize_coefficients()
458 cols = num_stripes(max_t(u32, downsized_width, resized_width)); in calc_image_resize_coefficients()
735 unsigned int resized_width = out->base.rect.width; in find_seams() local
756 resized_width = out->base.rect.height; in find_seams()
788 flipped_out_left = resized_width - out_right; in find_seams()
804 resized_width - out_right : 0; in find_seams()
1134 u32 resized_width; in calc_tile_resize_coefficients() local
1143 resized_width = out_tile->height; in calc_tile_resize_coefficients()
1145 resized_width = out_tile->width; in calc_tile_resize_coefficients()
1149 resized_width, closest); in calc_tile_resize_coefficients()
1158 resized_width = round_up(resized_width, 8); in calc_tile_resize_coefficients()
1165 last_output = resized_width - 1; in calc_tile_resize_coefficients()
1178 out_tile->height = resized_width; in calc_tile_resize_coefficients()
1180 out_tile->width = resized_width; in calc_tile_resize_coefficients()