Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_dvs.h37 #define DVS_NUM_BLOCKS_Y(X) (CEIL_DIV((X), DVS_BLOCKDIM_Y_LUMA)) macro
43 #define DVS_TABLE_IN_BLOCKDIM_Y_LUMA(X) (DVS_NUM_BLOCKS_Y(X) + 1)
63 * DVS_NUM_BLOCKS_Y((binary)->out_frame_info[0].res.height))
H A Dsh_css_dvs_info.h25 #define DVS_NUM_BLOCKS_Y(X) (CEIL_DIV((X), DVS_BLOCKDIM_Y_LUMA)) macro
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
H A Dia_css_dvs.host.c46 DVS_NUM_BLOCKS_Y(from->info->res.height); in ia_css_dvs_config()
81 o_height) : DVS_NUM_BLOCKS_Y(o_height)); in convert_coords_to_ispparams()