Searched refs:resize_coeff_v (Results 1 – 1 of 1) sorted by relevance
407 u32 resize_coeff_v; in calc_image_resize_coefficients() local437 resize_coeff_v = 8192 * (downsized_height - 1) / (resized_height - 1); in calc_image_resize_coefficients()450 resize_coeff_v, cols, rows); in calc_image_resize_coefficients()453 resize_coeff_h > 0x3fff || resize_coeff_v > 0x3fff) in calc_image_resize_coefficients()459 ctx->image_resize_coeff_v = resize_coeff_v; in calc_image_resize_coefficients()1178 u32 resize_coeff_v; in calc_tile_resize_coefficients() local1190 resize_coeff_v = calc_resize_coeff(in_tile->height, in calc_tile_resize_coefficients()1195 __func__, row, resize_coeff_v); in calc_tile_resize_coefficients()1209 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()1212 (DIV_ROUND_UP(last_output * resize_coeff_v, 8192) + 1) in calc_tile_resize_coefficients()[all …]