Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-css-params.c1256 unsigned int set_height = grid_height_per_slice * block_height; in imgu_css_shd_ops_calc() local
1261 set_height - (positive_y_start % set_height); in imgu_css_shd_ops_calc()
1290 (image_height - first_process_lines) % set_height; in imgu_css_shd_ops_calc()
1292 (image_height - first_process_lines) / set_height + 2 : in imgu_css_shd_ops_calc()
1293 (image_height - first_process_lines) / set_height + 1; in imgu_css_shd_ops_calc()
1294 last_tr = (set_height - last_set_height <= block_height || in imgu_css_shd_ops_calc()
1300 last_tr = set_height - image_height <= block_height ? 1 : 0; in imgu_css_shd_ops_calc()
1381 p_pl[pl_idx].lines = set_height; in imgu_css_shd_ops_calc()