Home
last modified time | relevance | path

Searched refs:cfg_tmax (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.h70 int cfg_tmax; member
128 int cfg_tmax; member
178 int cfg_tmax; member
240 unsigned short cfg_tmax; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_adehaze_algo_v11.cpp89 pProcRes->ProcResV11.cfg_tmax = in stManuGetDehazeParamsV11()
90 ClipValueV11(pStManu->dehaze_setting.DehazeData.cfg_tmax, 0, 10); in stManuGetDehazeParamsV11()
138 pProcRes->ProcResV11.cfg_tmax += level_diff * DEHAZE_DEFAULT_CFG_TMAX_STEP; in stManuGetDehazeParamsV11()
142 pProcRes->ProcResV11.cfg_tmax -= level_diff * DEHAZE_DEFAULT_CFG_TMAX_STEP; in stManuGetDehazeParamsV11()
147 pProcRes->ProcResV11.cfg_tmax = in stManuGetDehazeParamsV11()
148 LIMIT_VALUE(pProcRes->ProcResV11.cfg_tmax, BIT_10_MAX, BIT_MIN); in stManuGetDehazeParamsV11()
155 pProcRes->ProcResV11.cfg_tmax / 1023.0f, in stManuGetDehazeParamsV11()
158 __func__, pProcRes->ProcResV11.cfg_air, pProcRes->ProcResV11.cfg_tmax, in stManuGetDehazeParamsV11()
350 pProcRes->ProcResV11.cfg_tmax = in GetDehazeParamsV11()
351 ClipValueV11(ratio * (pCalibV11->dehaze_setting.DehazeData.cfg_tmax[hi] - in GetDehazeParamsV11()
[all …]
H A Drk_aiq_adehaze_algo_v11_duo.cpp95 pProcRes->ProcResV11duo.cfg_tmax = in stManuGetDehazeParamsV11duo()
96 ClipValueV11Duo(pStManu->dehaze_setting.DehazeData.cfg_tmax, 0, 10); in stManuGetDehazeParamsV11duo()
144 pProcRes->ProcResV11duo.cfg_tmax += level_diff * DEHAZE_DEFAULT_CFG_TMAX_STEP; in stManuGetDehazeParamsV11duo()
148 pProcRes->ProcResV11duo.cfg_tmax -= level_diff * DEHAZE_DEFAULT_CFG_TMAX_STEP; in stManuGetDehazeParamsV11duo()
154 pProcRes->ProcResV11duo.cfg_tmax = in stManuGetDehazeParamsV11duo()
155 LIMIT_VALUE(pProcRes->ProcResV11duo.cfg_tmax, BIT_10_MAX, BIT_MIN); in stManuGetDehazeParamsV11duo()
162 pProcRes->ProcResV11duo.cfg_tmax / 1023.0f, in stManuGetDehazeParamsV11duo()
166 pProcRes->ProcResV11duo.cfg_tmax, pProcRes->ProcResV11duo.cfg_wt); in stManuGetDehazeParamsV11duo()
363 pProcRes->ProcResV11duo.cfg_tmax = in GetDehazeParamsV11duo()
364 ClipValueV11Duo(ratio * (pCalibV11Duo->dehaze_setting.DehazeData.cfg_tmax[hi] - in GetDehazeParamsV11duo()
[all …]
H A Drk_aiq_adehaze_algo_v12.cpp334 pProcRes->ProcResV12.cfg_tmax = in stManuGetDehazeParamsV12()
335 ClipValueV12(pStManu->dehaze_setting.DehazeData.cfg_tmax, 0, 10); in stManuGetDehazeParamsV12()
383 pProcRes->ProcResV12.cfg_tmax += level_diff * DEHAZE_DEFAULT_CFG_TMAX_STEP; in stManuGetDehazeParamsV12()
393 pProcRes->ProcResV12.cfg_tmax = in stManuGetDehazeParamsV12()
394 level_diff * DEHAZE_DEFAULT_CFG_TMAX_STEP > pProcRes->ProcResV12.cfg_tmax in stManuGetDehazeParamsV12()
396 : (pProcRes->ProcResV12.cfg_tmax - level_diff * DEHAZE_DEFAULT_CFG_TMAX_STEP); in stManuGetDehazeParamsV12()
399 pProcRes->ProcResV12.cfg_tmax = in stManuGetDehazeParamsV12()
400 LIMIT_VALUE_UNSIGNED(pProcRes->ProcResV12.cfg_tmax, BIT_10_MAX); in stManuGetDehazeParamsV12()
407 pProcRes->ProcResV12.cfg_tmax / 1023.0f, in stManuGetDehazeParamsV12()
410 __func__, pProcRes->ProcResV12.cfg_air, pProcRes->ProcResV12.cfg_tmax, in stManuGetDehazeParamsV12()
[all …]
H A Drk_aiq_adehaze_algo_v10.cpp129 float cfg_tmax = LinearInterp(pCalib->DehazeTuningPara.dehaze_setting.DehazeData.ISO, in GetDehazeParams() local
130 pCalib->DehazeTuningPara.dehaze_setting.DehazeData.cfg_tmax, 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()
197 ProcRes->ProcResV10.cfg_tmax = int(cfg_tmax * 1024); // 0~1024,(11bit) cfg_tmax in GetDehazeParams()
233 ProcRes->ProcResV10.cfg_air, ProcRes->ProcResV10.cfg_tmax); in GetDehazeParams()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dadehaze_head.h89 float* cfg_tmax; member
230 float cfg_tmax[DHAZ_CTRL_DATA_STEP_MAX]; member
H A Dadehaze_uapi_head.h55 float cfg_tmax; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Dadehaze_xml2json.cpp117 …calibv2_adehaze_calib_V20->DehazeTuningPara.dehaze_setting.DehazeData.cfg_tmax = (float *) malloc(… in convertDehazeCalib2CalibV2()
152 …calibv2_adehaze_calib_V21->DehazeTuningPara.dehaze_setting.DehazeData.cfg_tmax = (float *) malloc(… in convertDehazeCalib2CalibV2()
198 …azeTuningPara.dehaze_setting.DehazeData.cfg_tmax[i] = calibv1_dehaze_isp20->calib_v20[0].dehaze_se… in convertDehazeCalib2CalibV2()
258 …azeTuningPara.dehaze_setting.DehazeData.cfg_tmax[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.cpp132 attr_v11.stManual.dehaze_setting.DehazeData.cfg_tmax = 0.2; in sample_adehaze_module()
204 attr_v11.stManual.dehaze_setting.DehazeData.cfg_tmax = 0.2; in sample_adehaze_module()
288 attr_v12.stManual.dehaze_setting.DehazeData.cfg_tmax = 0.2; in sample_adehaze_module()
414 attr_v12.stManual.dehaze_setting.DehazeData.cfg_tmax = 0.2; in sample_adehaze_module()
551 attr_v2.stManual.dehaze_setting.DehazeData.cfg_tmax = 0.2; in sample_adehaze_module()
623 attr_v2.stManual.dehaze_setting.DehazeData.cfg_tmax = 0.2; in sample_adehaze_module()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp21.h239 float cfg_tmax[9]; member
H A DRkAiqCalibDbTypesIsp20.h1806 float cfg_tmax[9]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h313 u16 cfg_tmax; member
H A Drkisp3-config.h416 u16 cfg_tmax; member
H A Drkisp32-config.h672 u16 cfg_tmax; member
H A Drkisp2-config.h1102 u16 cfg_tmax; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h313 __u16 cfg_tmax; member
H A Drk-isp3-config.h416 __u16 cfg_tmax; member
H A Drk-isp32-config.h672 __u16 cfg_tmax; member
H A Drk-isp2-config.h1090 __u16 cfg_tmax; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp227 cfg->cfg_tmax = dhaze.ProcResV11.cfg_tmax; in convertAiqAdehazeToIsp21Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/
H A DIsp3xParams.cpp1204 cfg->cfg_tmax = dhaze.ProcResV11duo.cfg_tmax; in convertAiqAdehazeToIsp3xParams()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_imgproc.cpp882 attr_v10.stAuto.DehazeTuningPara.dehaze_setting.DehazeData.cfg_tmax[i] += in rk_aiq_uapi2_setMDehazeStrth()
884 attr_v10.stAuto.DehazeTuningPara.dehaze_setting.DehazeData.cfg_tmax[i] = in rk_aiq_uapi2_setMDehazeStrth()
885 LIMIT_VALUE(attr_v10.stAuto.DehazeTuningPara.dehaze_setting.DehazeData.cfg_tmax[i], in rk_aiq_uapi2_setMDehazeStrth()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1514 cfg->cfg_tmax = dhaze.ProcResV10.cfg_tmax; in convertAiqAdehazeToIsp20Params()
1573 …cfg->cfg_tmax = int(dhaze.ProcResV10.dehaze_user_config[3] * 1024 ); //0~1024,(11bit) cfg_tm… in convertAiqAdehazeToIsp20Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1678 cfg->cfg_tmax = dhaze.ProcResV12.cfg_tmax; in convertAiqAdehazeToIsp32Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3379 value = ISP2X_PACK_2SHORT(arg->cfg_tmax, arg->cfg_gratio); in isp_dhaz_config()

12