Home
last modified time | relevance | path

Searched refs:cfg_wt (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adehaze/
H A Drk_aiq_types_adehaze_hw.h66 int cfg_wt; member
124 int cfg_wt; member
174 int cfg_wt; member
236 unsigned short cfg_wt; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_adehaze_algo_v11.cpp87 pProcRes->ProcResV11.cfg_wt = ClipValueV11(pStManu->dehaze_setting.DehazeData.cfg_wt, 0, 8); in stManuGetDehazeParamsV11()
136 pProcRes->ProcResV11.cfg_wt += level_diff * DEHAZE_DEFAULT_CFG_WT_STEP; in stManuGetDehazeParamsV11()
140 pProcRes->ProcResV11.cfg_wt -= level_diff * DEHAZE_DEFAULT_CFG_WT_STEP; in stManuGetDehazeParamsV11()
144 pProcRes->ProcResV11.cfg_wt = LIMIT_VALUE(pProcRes->ProcResV11.cfg_wt, BIT_8_MAX, BIT_MIN); in stManuGetDehazeParamsV11()
156 pProcRes->ProcResV11.cfg_wt / 255.0f); in stManuGetDehazeParamsV11()
159 pProcRes->ProcResV11.cfg_wt); in stManuGetDehazeParamsV11()
340 pProcRes->ProcResV11.cfg_wt = in GetDehazeParamsV11()
341 ClipValueV11(ratio * (pCalibV11->dehaze_setting.DehazeData.cfg_wt[hi] - in GetDehazeParamsV11()
342 pCalibV11->dehaze_setting.DehazeData.cfg_wt[lo]) + in GetDehazeParamsV11()
343 pCalibV11->dehaze_setting.DehazeData.cfg_wt[lo], in GetDehazeParamsV11()
[all …]
H A Drk_aiq_adehaze_algo_v11_duo.cpp91 pProcRes->ProcResV11duo.cfg_wt = in stManuGetDehazeParamsV11duo()
92 ClipValueV11Duo(pStManu->dehaze_setting.DehazeData.cfg_wt, 0, 8); in stManuGetDehazeParamsV11duo()
142 pProcRes->ProcResV11duo.cfg_wt += level_diff * DEHAZE_DEFAULT_CFG_WT_STEP; in stManuGetDehazeParamsV11duo()
146 pProcRes->ProcResV11duo.cfg_wt -= level_diff * DEHAZE_DEFAULT_CFG_WT_STEP; in stManuGetDehazeParamsV11duo()
150 pProcRes->ProcResV11duo.cfg_wt = in stManuGetDehazeParamsV11duo()
151 LIMIT_VALUE(pProcRes->ProcResV11duo.cfg_wt, BIT_8_MAX, BIT_MIN); in stManuGetDehazeParamsV11duo()
163 pProcRes->ProcResV11duo.cfg_wt / 255.0f); in stManuGetDehazeParamsV11duo()
166 pProcRes->ProcResV11duo.cfg_tmax, pProcRes->ProcResV11duo.cfg_wt); in stManuGetDehazeParamsV11duo()
353 pProcRes->ProcResV11duo.cfg_wt = in GetDehazeParamsV11duo()
354 ClipValueV11Duo(ratio * (pCalibV11Duo->dehaze_setting.DehazeData.cfg_wt[hi] - in GetDehazeParamsV11duo()
[all …]
H A Drk_aiq_adehaze_algo_v12.cpp332 pProcRes->ProcResV12.cfg_wt = ClipValueV12(pStManu->dehaze_setting.DehazeData.cfg_wt, 0, 8); in stManuGetDehazeParamsV12()
381 pProcRes->ProcResV12.cfg_wt += level_diff * DEHAZE_DEFAULT_CFG_WT_STEP; in stManuGetDehazeParamsV12()
385 pProcRes->ProcResV12.cfg_wt = in stManuGetDehazeParamsV12()
386 level_diff * DEHAZE_DEFAULT_CFG_WT_STEP > pProcRes->ProcResV12.cfg_wt in stManuGetDehazeParamsV12()
388 : (pProcRes->ProcResV12.cfg_wt - level_diff * DEHAZE_DEFAULT_CFG_WT_STEP); in stManuGetDehazeParamsV12()
398 pProcRes->ProcResV12.cfg_wt = LIMIT_VALUE_UNSIGNED(pProcRes->ProcResV12.cfg_wt, BIT_8_MAX); in stManuGetDehazeParamsV12()
408 pProcRes->ProcResV12.cfg_wt / 255.0f); in stManuGetDehazeParamsV12()
411 pProcRes->ProcResV12.cfg_wt); in stManuGetDehazeParamsV12()
680 pProcRes->ProcResV12.cfg_wt = in GetDehazeParamsV12()
681 ClipValueV12(ratio * (pCalibV12->dehaze_setting.DehazeData.cfg_wt[hi] - in GetDehazeParamsV12()
[all …]
H A Drk_aiq_adehaze_algo_v10.cpp123 float cfg_wt = in GetDehazeParams() local
125 pCalib->DehazeTuningPara.dehaze_setting.DehazeData.cfg_wt, CtrlValue, iso_len); in GetDehazeParams()
166 LOGD_ADEHAZE("%s cfg_wt:%f cfg_air:%f cfg_tmax:%f\n", __func__, cfg_wt, cfg_air, cfg_tmax); in GetDehazeParams()
195 ProcRes->ProcResV10.cfg_wt = int(cfg_wt * 256); // 0~256, (9bit) cfg_wt in GetDehazeParams()
232 LOGD_ADEHAZE("%s cfg_wt:%d cfg_air:%d cfg_tmax:%d\n", __func__, ProcRes->ProcResV10.cfg_wt, in GetDehazeParams()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dadehaze_head.h83 float* cfg_wt; member
226 float cfg_wt[DHAZ_CTRL_DATA_STEP_MAX]; member
H A Dadehaze_uapi_head.h51 float cfg_wt; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Dadehaze_xml2json.cpp115 …calibv2_adehaze_calib_V20->DehazeTuningPara.dehaze_setting.DehazeData.cfg_wt = (float *) malloc(si… in convertDehazeCalib2CalibV2()
150 …calibv2_adehaze_calib_V21->DehazeTuningPara.dehaze_setting.DehazeData.cfg_wt = (float *) malloc(si… in convertDehazeCalib2CalibV2()
196 …ehazeTuningPara.dehaze_setting.DehazeData.cfg_wt[i] = calibv1_dehaze_isp20->calib_v20[0].dehaze_se… in convertDehazeCalib2CalibV2()
256 …ehazeTuningPara.dehaze_setting.DehazeData.cfg_wt[i] = calibv1_dehaze_isp21->calib_v21[0].dehaze_se… in convertDehazeCalib2CalibV2()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adehaze_module.cpp130 attr_v11.stManual.dehaze_setting.DehazeData.cfg_wt = 0.8; in sample_adehaze_module()
202 attr_v11.stManual.dehaze_setting.DehazeData.cfg_wt = 0.8; in sample_adehaze_module()
286 attr_v12.stManual.dehaze_setting.DehazeData.cfg_wt = 0.8; in sample_adehaze_module()
412 attr_v12.stManual.dehaze_setting.DehazeData.cfg_wt = 0.8; in sample_adehaze_module()
549 attr_v2.stManual.dehaze_setting.DehazeData.cfg_wt = 0.8; in sample_adehaze_module()
621 attr_v2.stManual.dehaze_setting.DehazeData.cfg_wt = 0.8; in sample_adehaze_module()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp21.h237 float cfg_wt[9]; member
H A DRkAiqCalibDbTypesIsp20.h1804 float cfg_wt[9]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h308 u16 cfg_wt; member
H A Drkisp3-config.h411 u16 cfg_wt; member
H A Drkisp32-config.h667 u16 cfg_wt; member
H A Drkisp2-config.h1097 u16 cfg_wt; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h308 __u16 cfg_wt; member
H A Drk-isp3-config.h411 __u16 cfg_wt; member
H A Drk-isp32-config.h667 __u16 cfg_wt; member
H A Drk-isp2-config.h1085 __u16 cfg_wt; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp223 cfg->cfg_wt = dhaze.ProcResV11.cfg_wt; in convertAiqAdehazeToIsp21Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/
H A DIsp3xParams.cpp1200 cfg->cfg_wt = dhaze.ProcResV11duo.cfg_wt; in convertAiqAdehazeToIsp3xParams()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_imgproc.cpp869 attr_v10.stAuto.DehazeTuningPara.dehaze_setting.DehazeData.cfg_wt[i] += in rk_aiq_uapi2_setMDehazeStrth()
871 attr_v10.stAuto.DehazeTuningPara.dehaze_setting.DehazeData.cfg_wt[i] = in rk_aiq_uapi2_setMDehazeStrth()
872 LIMIT_VALUE(attr_v10.stAuto.DehazeTuningPara.dehaze_setting.DehazeData.cfg_wt[i], in rk_aiq_uapi2_setMDehazeStrth()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1510 cfg->cfg_wt = dhaze.ProcResV10.cfg_wt; in convertAiqAdehazeToIsp20Params()
1571 cfg->cfg_wt = int(dhaze.ProcResV10.dehaze_user_config[1] * 256 ); //0~256, (9bit) cfg_wt in convertAiqAdehazeToIsp20Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1674 cfg->cfg_wt = dhaze.ProcResV12.cfg_wt; in convertAiqAdehazeToIsp32Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3374 value = (arg->cfg_wt & 0x01FF) << 16 | in isp_dhaz_config()

12