Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1393 int width, height, w_step, h_step; in jpeg_bound_align_image() local
1398 w_step = 1 << walign; in jpeg_bound_align_image()
1409 if (w_step == 4 && ((width & 3) == 1)) { in jpeg_bound_align_image()
1417 if (*w < width && (*w + w_step) < wmax) in jpeg_bound_align_image()
1418 *w += w_step; in jpeg_bound_align_image()
1732 int w_step, h_step; in exynos3250_jpeg_try_crop() local
1737 w_step = 1; in exynos3250_jpeg_try_crop()
1741 w_step = 2; in exynos3250_jpeg_try_crop()
1745 w_step = 1; in exynos3250_jpeg_try_crop()
1755 r->width = round_down(r->width, w_step); in exynos3250_jpeg_try_crop()
/linux-4.4.14/drivers/media/platform/
Drcar_jpu.c761 unsigned int width, height, w_step, h_step; in jpu_bound_align_image() local
766 w_step = 1U << w_align; in jpu_bound_align_image()
771 if (*w < width && *w + w_step < w_max) in jpu_bound_align_image()
772 *w += w_step; in jpu_bound_align_image()