Searched refs:step_w (Results 1 – 1 of 1) sorted by relevance
156 int org_w, org_h, step_w, step_h; in mtk_mdp_bound_align_image() local165 step_w = 1 << walign; in mtk_mdp_bound_align_image()167 if (*w < org_w && (*w + step_w) <= wmax) in mtk_mdp_bound_align_image()168 *w += step_w; in mtk_mdp_bound_align_image()