downsized_height 396 drivers/gpu/ipu-v3/ipu-image-convert.c u32 downsized_height = in->rect.height; downsized_height 420 drivers/gpu/ipu-v3/ipu-image-convert.c while (downsized_height >= resized_height * 2) { downsized_height 421 drivers/gpu/ipu-v3/ipu-image-convert.c downsized_height >>= 1; downsized_height 432 drivers/gpu/ipu-v3/ipu-image-convert.c resize_coeff_v = 8192 * (downsized_height - 1) / (resized_height - 1); downsized_height 440 drivers/gpu/ipu-v3/ipu-image-convert.c rows = num_stripes(max_t(u32, downsized_height, resized_height));