Home
last modified time | relevance | path

Searched refs:resize_coeff_v (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/ipu-v3/
Dipu-image-convert.c421 u32 resize_coeff_v; in calc_image_resize_coefficients() local
451 resize_coeff_v = 8192 * (downsized_height - 1) / (resized_height - 1); in calc_image_resize_coefficients()
464 resize_coeff_v, cols, rows); in calc_image_resize_coefficients()
467 resize_coeff_h > 0x3fff || resize_coeff_v > 0x3fff) in calc_image_resize_coefficients()
473 ctx->image_resize_coeff_v = resize_coeff_v; in calc_image_resize_coefficients()
1192 u32 resize_coeff_v; in calc_tile_resize_coefficients() local
1204 resize_coeff_v = calc_resize_coeff(in_tile->height, in calc_tile_resize_coefficients()
1209 __func__, row, resize_coeff_v); in calc_tile_resize_coefficients()
1223 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()
1226 (DIV_ROUND_UP(last_output * resize_coeff_v, 8192) + 1) in calc_tile_resize_coefficients()
[all …]