Searched refs:step_h (Results 1 – 1 of 1) sorted by relevance
156 int org_w, org_h, step_w, step_h; in mtk_mdp_bound_align_image() local166 step_h = 1 << halign; in mtk_mdp_bound_align_image()169 if (*h < org_h && (*h + step_h) <= hmax) in mtk_mdp_bound_align_image()170 *h += step_h; in mtk_mdp_bound_align_image()