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

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

Completed in 122 milliseconds