Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/hive_isp_css_include/
A Dmath_support.h13 #define CEIL_DIV(a, b) (((b) != 0) ? ((a) + (b) - 1) / (b) : 0) macro
14 #define CEIL_MUL(a, b) (CEIL_DIV(a, b) * (b))
/drivers/staging/media/atomisp/pci/
A Dsh_css_param_shading.c101 out_cell_size = CEIL_DIV(padded_width, out_table->width - 1); in crop_and_interpolate()
102 in_cell_size = CEIL_DIV(sensor_width, table_width - 1); in crop_and_interpolate()
A Datomisp_compat_css20.c1931 hor_ds_factor = CEIL_DIV(width >> 1, in __configure_capture_pp_input()
1933 ver_ds_factor = CEIL_DIV(height >> 1, in __configure_capture_pp_input()
A Dsh_css.c5813 hor_ds_factor = CEIL_DIV(in_info->res.width, out_info->res.width); in ia_css_pipe_create_cas_scaler_desc_single_output()
5814 ver_ds_factor = CEIL_DIV(in_info->res.height, out_info->res.height); in ia_css_pipe_create_cas_scaler_desc_single_output()
5954 hor_scale_factor[i] = CEIL_DIV(in_info.res.width, out_info[i]->res.width); in ia_css_pipe_create_cas_scaler_desc()
5955 ver_scale_factor[i] = CEIL_DIV(in_info.res.height, out_info[i]->res.height); in ia_css_pipe_create_cas_scaler_desc()
/drivers/staging/media/atomisp/pci/runtime/frame/src/
A Dframe.c422 unsigned int words_per_line = CEIL_DIV(info->padded_width, pix_per_ddrword); in ia_css_dma_configure_from_info()
487 CEIL_DIV(subpixels_per_line, in frame_init_raw_single_plane()

Completed in 26 milliseconds