Searched refs:last_output (Results 1 – 1 of 1) sorted by relevance
1130 unsigned int last_output; in calc_tile_resize_coefficients() local1166 last_output = resized_width - 1; in calc_tile_resize_coefficients()1167 if (closest && ((last_output * resize_coeff_h) % 8192)) in calc_tile_resize_coefficients()1168 last_output++; in calc_tile_resize_coefficients()1170 (DIV_ROUND_UP(last_output * resize_coeff_h, 8192) + 1) in calc_tile_resize_coefficients()1223 last_output = resized_height - 1; in calc_tile_resize_coefficients()1224 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()1225 last_output++; in calc_tile_resize_coefficients()1227 (DIV_ROUND_UP(last_output * resize_coeff_v, 8192) + 1) in calc_tile_resize_coefficients()