Searched refs:h_step (Results 1 – 1 of 1) sorted by relevance
1138 int width, height, w_step, h_step; in jpeg_bound_align_image() local1144 h_step = 1 << halign; in jpeg_bound_align_image()1164 if (*h < height && (*h + h_step) < hmax) in jpeg_bound_align_image()1165 *h += h_step; in jpeg_bound_align_image()1478 int w_step, h_step; in exynos3250_jpeg_try_crop() local1484 h_step = 2; in exynos3250_jpeg_try_crop()1488 h_step = 2; in exynos3250_jpeg_try_crop()1492 h_step = 1; in exynos3250_jpeg_try_crop()1502 r->height = round_down(r->height, h_step); in exynos3250_jpeg_try_crop()