Searched refs:step_w (Results 1 – 1 of 1) sorted by relevance
164 int org_w, org_h, step_w, step_h; in mtk_mdp_bound_align_image() local173 step_w = 1 << walign; in mtk_mdp_bound_align_image()175 if (*w < org_w && (*w + step_w) <= wmax) in mtk_mdp_bound_align_image()176 *w += step_w; in mtk_mdp_bound_align_image()