Searched refs:calib_dm (Results 1 – 1 of 1) sorted by relevance
20 const CalibDb_RKDM_t *calib_dm = in AdebayerFullParamsInit() local23 pAdebayerCtx->full_param.enable = calib_dm->debayer_en; in AdebayerFullParamsInit()25 pAdebayerCtx->full_param.iso[i] = calib_dm->ISO[i]; in AdebayerFullParamsInit()26 pAdebayerCtx->full_param.hf_offset[i] = calib_dm->debayer_hf_offset[i]; in AdebayerFullParamsInit()27 pAdebayerCtx->full_param.sharp_strength[i] = calib_dm->sharp_strength[i]; in AdebayerFullParamsInit()30 pAdebayerCtx->full_param.filter1[i] = calib_dm->debayer_filter1[i]; in AdebayerFullParamsInit()31 pAdebayerCtx->full_param.filter2[i] = calib_dm->debayer_filter2[i]; in AdebayerFullParamsInit()33 pAdebayerCtx->full_param.clip_en = calib_dm->debayer_clip_en; in AdebayerFullParamsInit()34 pAdebayerCtx->full_param.filter_g_en = calib_dm->debayer_filter_g_en; in AdebayerFullParamsInit()35 pAdebayerCtx->full_param.filter_c_en = calib_dm->debayer_filter_c_en; in AdebayerFullParamsInit()[all …]