| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adehaze/ |
| H A D | rk_aiq_types_adehaze_hw.h | 70 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 D | rk_aiq_adehaze_algo_v11.cpp | 89 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 D | rk_aiq_adehaze_algo_v11_duo.cpp | 95 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 D | rk_aiq_adehaze_algo_v12.cpp | 334 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 D | rk_aiq_adehaze_algo_v10.cpp | 129 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 D | adehaze_head.h | 89 float* cfg_tmax; member 230 float cfg_tmax[DHAZ_CTRL_DATA_STEP_MAX]; member
|
| H A D | adehaze_uapi_head.h | 55 float cfg_tmax; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | adehaze_xml2json.cpp | 117 …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 D | sample_adehaze_module.cpp | 132 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 D | RkAiqCalibDbTypesIsp21.h | 239 float cfg_tmax[9]; member
|
| H A D | RkAiqCalibDbTypesIsp20.h | 1806 float cfg_tmax[9]; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rkisp21-config.h | 313 u16 cfg_tmax; member
|
| H A D | rkisp3-config.h | 416 u16 cfg_tmax; member
|
| H A D | rkisp32-config.h | 672 u16 cfg_tmax; member
|
| H A D | rkisp2-config.h | 1102 u16 cfg_tmax; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-isp21-config.h | 313 __u16 cfg_tmax; member
|
| H A D | rk-isp3-config.h | 416 __u16 cfg_tmax; member
|
| H A D | rk-isp32-config.h | 672 __u16 cfg_tmax; member
|
| H A D | rk-isp2-config.h | 1090 __u16 cfg_tmax; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/ |
| H A D | Isp21Params.cpp | 227 cfg->cfg_tmax = dhaze.ProcResV11.cfg_tmax; in convertAiqAdehazeToIsp21Params()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/ |
| H A D | Isp3xParams.cpp | 1204 cfg->cfg_tmax = dhaze.ProcResV11duo.cfg_tmax; in convertAiqAdehazeToIsp3xParams()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_imgproc.cpp | 882 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 D | Isp20Params.cpp | 1514 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 D | Isp32Params.cpp | 1678 cfg->cfg_tmax = dhaze.ProcResV12.cfg_tmax; in convertAiqAdehazeToIsp32Params()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_params_v2x.c | 3379 value = ISP2X_PACK_2SHORT(arg->cfg_tmax, arg->cfg_gratio); in isp_dhaz_config()
|