Home
last modified time | relevance | path

Searched refs:h_step (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1138 int width, height, w_step, h_step; in jpeg_bound_align_image() local
1144 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() local
1484 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()