Searched refs:last_output (Results 1 – 1 of 1) sorted by relevance
1129 unsigned int last_output; in calc_tile_resize_coefficients() local1165 last_output = resized_width - 1; in calc_tile_resize_coefficients()1166 if (closest && ((last_output * resize_coeff_h) % 8192)) in calc_tile_resize_coefficients()1167 last_output++; in calc_tile_resize_coefficients()1169 (DIV_ROUND_UP(last_output * resize_coeff_h, 8192) + 1) in calc_tile_resize_coefficients()1222 last_output = resized_height - 1; in calc_tile_resize_coefficients()1223 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()1224 last_output++; in calc_tile_resize_coefficients()1226 (DIV_ROUND_UP(last_output * resize_coeff_v, 8192) + 1) in calc_tile_resize_coefficients()