Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-core.c1401 int width, height, w_step, h_step; in jpeg_bound_align_image() local
1407 h_step = 1 << halign; in jpeg_bound_align_image()
1427 if (*h < height && (*h + h_step) < hmax) in jpeg_bound_align_image()
1428 *h += h_step; in jpeg_bound_align_image()
1746 int w_step, h_step; in exynos3250_jpeg_try_crop() local
1752 h_step = 2; in exynos3250_jpeg_try_crop()
1756 h_step = 2; in exynos3250_jpeg_try_crop()
1760 h_step = 1; in exynos3250_jpeg_try_crop()
1770 r->height = round_down(r->height, h_step); in exynos3250_jpeg_try_crop()
/linux-6.12.1/drivers/media/platform/renesas/
Drcar_jpu.c745 unsigned int width, height, w_step, h_step; in jpu_bound_align_image() local
751 h_step = 1U << h_align; in jpu_bound_align_image()
757 if (*h < height && *h + h_step < h_max) in jpu_bound_align_image()
758 *h += h_step; in jpu_bound_align_image()
/linux-6.12.1/drivers/media/i2c/
Dimx274.c1194 const u32 h_step = 24; in imx274_set_selection_crop() local
1197 IMX274_ROUND(sel->r.width, h_step, sel->flags), in imx274_set_selection_crop()
1205 IMX274_ROUND(sel->r.left, h_step, 0), in imx274_set_selection_crop()