Searched refs:last_output (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c1129 unsigned int last_output; local
1165 last_output = resized_width - 1;
1166 if (closest && ((last_output * resize_coeff_h) % 8192))
1167 last_output++;
1169 (DIV_ROUND_UP(last_output * resize_coeff_h, 8192) + 1)
1222 last_output = resized_height - 1;
1223 if (closest && ((last_output * resize_coeff_v) % 8192))
1224 last_output++;
1226 (DIV_ROUND_UP(last_output * resize_coeff_v, 8192) + 1)

Completed in 220 milliseconds