Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
H A Dia_css_dvs.host.c66 unsigned int uv_flag) in convert_coords_to_ispparams() argument
80 unsigned int num_blocks_y = (uv_flag ? DVS_NUM_BLOCKS_Y_CHROMA( in convert_coords_to_ispparams()
82 unsigned int num_blocks_x = (uv_flag ? DVS_NUM_BLOCKS_X_CHROMA( in convert_coords_to_ispparams()
98 ptr += (2 * uv_flag); /* format is Y0 Y1 UV, so UV starts at 3rd position */ in convert_coords_to_ispparams()
100 if (uv_flag == 0) { in convert_coords_to_ispparams()
113 DVS_BLOCKDIM_X, DVS_BLOCKDIM_Y_LUMA >> uv_flag); in convert_coords_to_ispparams()
217 if (uv_flag) in convert_coords_to_ispparams()