Searched refs:resized_height (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c419 u32 resized_height = out->rect.height; local
427 resized_height = out->rect.width;
431 if (WARN_ON(resized_width == 0 || resized_height == 0))
439 while (downsized_height >= resized_height * 2) {
451 resize_coeff_v = 8192 * (downsized_height - 1) / (resized_height - 1);
459 rows = num_stripes(max_t(u32, downsized_height, resized_height));
736 unsigned int resized_height = out->base.rect.height; local
757 resized_height = out->base.rect.width;
826 flipped_out_top = resized_height - out_bottom;
843 flipped_out_top = resized_height
1191 u32 resized_height; local
[all...]

Completed in 106 milliseconds