Home
last modified time | relevance | path

Searched refs:w_step (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1398 int width, height, w_step, h_step; in jpeg_bound_align_image() local
1403 w_step = 1 << walign; in jpeg_bound_align_image()
1414 if (w_step == 4 && ((width & 3) == 1)) { in jpeg_bound_align_image()
1422 if (*w < width && (*w + w_step) < wmax) in jpeg_bound_align_image()
1423 *w += w_step; in jpeg_bound_align_image()
1743 int w_step, h_step; in exynos3250_jpeg_try_crop() local
1748 w_step = 1; in exynos3250_jpeg_try_crop()
1752 w_step = 2; in exynos3250_jpeg_try_crop()
1756 w_step = 1; in exynos3250_jpeg_try_crop()
1766 r->width = round_down(r->width, w_step); in exynos3250_jpeg_try_crop()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1396 int width, height, w_step, h_step; in jpeg_bound_align_image() local
1401 w_step = 1 << walign; in jpeg_bound_align_image()
1412 if (w_step == 4 && ((width & 3) == 1)) { in jpeg_bound_align_image()
1420 if (*w < width && (*w + w_step) < wmax) in jpeg_bound_align_image()
1421 *w += w_step; in jpeg_bound_align_image()
1741 int w_step, h_step; in exynos3250_jpeg_try_crop() local
1746 w_step = 1; in exynos3250_jpeg_try_crop()
1750 w_step = 2; in exynos3250_jpeg_try_crop()
1754 w_step = 1; in exynos3250_jpeg_try_crop()
1764 r->width = round_down(r->width, w_step); in exynos3250_jpeg_try_crop()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/
H A Drcar_jpu.c752 unsigned int width, height, w_step, h_step; in jpu_bound_align_image() local
757 w_step = 1U << w_align; in jpu_bound_align_image()
762 if (*w < width && *w + w_step < w_max) in jpu_bound_align_image()
763 *w += w_step; in jpu_bound_align_image()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H A Drcar_jpu.c745 unsigned int width, height, w_step, h_step; in jpu_bound_align_image() local
750 w_step = 1U << w_align; in jpu_bound_align_image()
755 if (*w < width && *w + w_step < w_max) in jpu_bound_align_image()
756 *w += w_step; in jpu_bound_align_image()

Completed in 15 milliseconds