Searched refs:w_step (Results 1 – 1 of 1) sorted by relevance
1138 int width, height, w_step, h_step; in jpeg_bound_align_image() local1143 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() local1483 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()