| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adehaze/ |
| H A D | rk_aiq_types_adehaze_hw.h | 66 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 D | rk_aiq_adehaze_algo_v11.cpp | 87 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 D | rk_aiq_adehaze_algo_v11_duo.cpp | 91 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 D | rk_aiq_adehaze_algo_v12.cpp | 332 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 D | rk_aiq_adehaze_algo_v10.cpp | 123 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 D | adehaze_head.h | 83 float* cfg_wt; member 226 float cfg_wt[DHAZ_CTRL_DATA_STEP_MAX]; member
|
| H A D | adehaze_uapi_head.h | 51 float cfg_wt; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | adehaze_xml2json.cpp | 115 …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 D | sample_adehaze_module.cpp | 130 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 D | RkAiqCalibDbTypesIsp21.h | 237 float cfg_wt[9]; member
|
| H A D | RkAiqCalibDbTypesIsp20.h | 1804 float cfg_wt[9]; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rkisp21-config.h | 308 u16 cfg_wt; member
|
| H A D | rkisp3-config.h | 411 u16 cfg_wt; member
|
| H A D | rkisp32-config.h | 667 u16 cfg_wt; member
|
| H A D | rkisp2-config.h | 1097 u16 cfg_wt; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-isp21-config.h | 308 __u16 cfg_wt; member
|
| H A D | rk-isp3-config.h | 411 __u16 cfg_wt; member
|
| H A D | rk-isp32-config.h | 667 __u16 cfg_wt; member
|
| H A D | rk-isp2-config.h | 1085 __u16 cfg_wt; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/ |
| H A D | Isp21Params.cpp | 223 cfg->cfg_wt = dhaze.ProcResV11.cfg_wt; in convertAiqAdehazeToIsp21Params()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/ |
| H A D | Isp3xParams.cpp | 1200 cfg->cfg_wt = dhaze.ProcResV11duo.cfg_wt; in convertAiqAdehazeToIsp3xParams()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_imgproc.cpp | 869 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 D | Isp20Params.cpp | 1510 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 D | Isp32Params.cpp | 1674 cfg->cfg_wt = dhaze.ProcResV12.cfg_wt; in convertAiqAdehazeToIsp32Params()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_params_v2x.c | 3374 value = (arg->cfg_wt & 0x01FF) << 16 | in isp_dhaz_config()
|