Searched refs:resize_coeff_v (Results 1 – 1 of 1) sorted by relevance
418 u32 resize_coeff_v; in calc_image_resize_coefficients() local448 resize_coeff_v = 8192 * (downsized_height - 1) / (resized_height - 1); in calc_image_resize_coefficients()461 resize_coeff_v, cols, rows); in calc_image_resize_coefficients()464 resize_coeff_h > 0x3fff || resize_coeff_v > 0x3fff) in calc_image_resize_coefficients()470 ctx->image_resize_coeff_v = resize_coeff_v; in calc_image_resize_coefficients()1196 u32 resize_coeff_v; in calc_tile_resize_coefficients() local1208 resize_coeff_v = calc_resize_coeff(in_tile->height, in calc_tile_resize_coefficients()1213 __func__, row, resize_coeff_v); in calc_tile_resize_coefficients()1227 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()1230 (DIV_ROUND_UP(last_output * resize_coeff_v, 8192) + 1) in calc_tile_resize_coefficients()[all …]