Searched refs:last_output (Results 1 – 1 of 1) sorted by relevance
1133 unsigned int last_output; in calc_tile_resize_coefficients() local1169 last_output = resized_width - 1; in calc_tile_resize_coefficients()1170 if (closest && ((last_output * resize_coeff_h) % 8192)) in calc_tile_resize_coefficients()1171 last_output++; in calc_tile_resize_coefficients()1173 (DIV_ROUND_UP(last_output * resize_coeff_h, 8192) + 1) in calc_tile_resize_coefficients()1226 last_output = resized_height - 1; in calc_tile_resize_coefficients()1227 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()1228 last_output++; in calc_tile_resize_coefficients()1230 (DIV_ROUND_UP(last_output * resize_coeff_v, 8192) + 1) in calc_tile_resize_coefficients()