Searched refs:h_step (Results 1 – 2 of 2) sorted by relevance
1393 int width, height, w_step, h_step; in jpeg_bound_align_image() local1399 h_step = 1 << halign; in jpeg_bound_align_image()1419 if (*h < height && (*h + h_step) < hmax) in jpeg_bound_align_image()1420 *h += h_step; in jpeg_bound_align_image()1732 int w_step, h_step; in exynos3250_jpeg_try_crop() local1738 h_step = 2; in exynos3250_jpeg_try_crop()1742 h_step = 2; in exynos3250_jpeg_try_crop()1746 h_step = 1; in exynos3250_jpeg_try_crop()1756 r->height = round_down(r->height, h_step); in exynos3250_jpeg_try_crop()
761 unsigned int width, height, w_step, h_step; in jpu_bound_align_image() local767 h_step = 1U << h_align; in jpu_bound_align_image()773 if (*h < height && *h + h_step < h_max) in jpu_bound_align_image()774 *h += h_step; in jpu_bound_align_image()