Searched refs:h_step (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 1427 int width, height, w_step, h_step; in jpeg_bound_align_image() local 1433 h_step = 1 << halign; in jpeg_bound_align_image() 1453 if (*h < height && (*h + h_step) < hmax) in jpeg_bound_align_image() 1454 *h += h_step; in jpeg_bound_align_image() 1785 int w_step, h_step; in exynos3250_jpeg_try_crop() local 1791 h_step = 2; in exynos3250_jpeg_try_crop() 1795 h_step = 2; in exynos3250_jpeg_try_crop() 1799 h_step = 1; in exynos3250_jpeg_try_crop() 1809 r->height = round_down(r->height, h_step); in exynos3250_jpeg_try_crop()
|
/Linux-v4.19/drivers/media/platform/mtk-jpeg/ |
D | mtk_jpeg_core.c | 173 int width, height, w_step, h_step; in mtk_jpeg_bound_align_image() local 178 h_step = 1 << halign; in mtk_jpeg_bound_align_image() 183 if (*h < height && (*h + h_step) <= hmax) in mtk_jpeg_bound_align_image() 184 *h += h_step; in mtk_jpeg_bound_align_image()
|
/Linux-v4.19/drivers/media/platform/ |
D | rcar_jpu.c | 754 unsigned int width, height, w_step, h_step; in jpu_bound_align_image() local 760 h_step = 1U << h_align; in jpu_bound_align_image() 766 if (*h < height && *h + h_step < h_max) in jpu_bound_align_image() 767 *h += h_step; in jpu_bound_align_image()
|
/Linux-v4.19/drivers/media/i2c/ |
D | imx274.c | 1060 const u32 h_step = 24; in imx274_set_selection_crop() local 1063 IMX274_ROUND(sel->r.width, h_step, sel->flags), in imx274_set_selection_crop() 1071 IMX274_ROUND(sel->r.left, h_step, 0), in imx274_set_selection_crop()
|