Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1138 int width, height, w_step, h_step; in jpeg_bound_align_image() local
1143 w_step = 1 << walign; in jpeg_bound_align_image()
1154 if (w_step == 4 && ((width & 3) == 1)) { in jpeg_bound_align_image()
1162 if (*w < width && (*w + w_step) < wmax) in jpeg_bound_align_image()
1163 *w += w_step; in jpeg_bound_align_image()
1478 int w_step, h_step; in exynos3250_jpeg_try_crop() local
1483 w_step = 1; in exynos3250_jpeg_try_crop()
1487 w_step = 2; in exynos3250_jpeg_try_crop()
1491 w_step = 1; in exynos3250_jpeg_try_crop()
1501 r->width = round_down(r->width, w_step); in exynos3250_jpeg_try_crop()