Lines Matching refs:resized_height
416 u32 resized_height = out->rect.height; in calc_image_resize_coefficients() local
424 resized_height = out->rect.width; in calc_image_resize_coefficients()
428 if (WARN_ON(resized_width == 0 || resized_height == 0)) in calc_image_resize_coefficients()
436 while (downsized_height >= resized_height * 2) { in calc_image_resize_coefficients()
448 resize_coeff_v = 8192 * (downsized_height - 1) / (resized_height - 1); in calc_image_resize_coefficients()
456 rows = num_stripes(max_t(u32, downsized_height, resized_height)); in calc_image_resize_coefficients()
737 unsigned int resized_height = out->base.rect.height; in find_seams() local
758 resized_height = out->base.rect.width; in find_seams()
827 flipped_out_top = resized_height - out_bottom; in find_seams()
844 flipped_out_top = resized_height - out_bottom; in find_seams()
1192 u32 resized_height; in calc_tile_resize_coefficients() local
1201 resized_height = out_tile->width; in calc_tile_resize_coefficients()
1203 resized_height = out_tile->height; in calc_tile_resize_coefficients()
1207 resized_height, closest); in calc_tile_resize_coefficients()
1216 resized_height = round_up(resized_height, 2); in calc_tile_resize_coefficients()
1223 last_output = resized_height - 1; in calc_tile_resize_coefficients()
1236 out_tile->width = resized_height; in calc_tile_resize_coefficients()
1238 out_tile->height = resized_height; in calc_tile_resize_coefficients()