| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adehaze/ |
| H A D | rk_aiq_types_adehaze_hw.h | 46 int wt_max; member 102 int wt_max; member 152 int wt_max; member 222 unsigned short wt_max; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/ |
| H A D | rk_aiq_adehaze_algo_v11.cpp | 78 pProcRes->ProcResV11.wt_max = ClipValueV11(pStManu->dehaze_setting.DehazeData.wt_max, 0, 8); in stManuGetDehazeParamsV11() 164 pProcRes->ProcResV11.wt_max / 255.0f); in stManuGetDehazeParamsV11() 168 pProcRes->ProcResV11.tmax_base, pProcRes->ProcResV11.wt_max); in stManuGetDehazeParamsV11() 310 pProcRes->ProcResV11.wt_max = in GetDehazeParamsV11() 311 ClipValueV11(ratio * (pCalibV11->dehaze_setting.DehazeData.wt_max[hi] - in GetDehazeParamsV11() 312 pCalibV11->dehaze_setting.DehazeData.wt_max[lo]) + in GetDehazeParamsV11() 313 pCalibV11->dehaze_setting.DehazeData.wt_max[lo], in GetDehazeParamsV11() 446 pProcRes->ProcResV11.wt_max / 255.0f); in GetDehazeParamsV11() 450 pProcRes->ProcResV11.tmax_base, pProcRes->ProcResV11.wt_max); in GetDehazeParamsV11()
|
| H A D | rk_aiq_adehaze_algo_v11_duo.cpp | 79 pProcRes->ProcResV11duo.wt_max = in stManuGetDehazeParamsV11duo() 80 ClipValueV11Duo(pStManu->dehaze_setting.DehazeData.wt_max, 0, 8); in stManuGetDehazeParamsV11duo() 171 pProcRes->ProcResV11duo.tmax_base / 1.0f, pProcRes->ProcResV11duo.wt_max / 255.0f); in stManuGetDehazeParamsV11duo() 175 pProcRes->ProcResV11duo.tmax_base, pProcRes->ProcResV11duo.wt_max); in stManuGetDehazeParamsV11duo() 323 pProcRes->ProcResV11duo.wt_max = in GetDehazeParamsV11duo() 324 ClipValueV11Duo(ratio * (pCalibV11Duo->dehaze_setting.DehazeData.wt_max[hi] - in GetDehazeParamsV11duo() 325 pCalibV11Duo->dehaze_setting.DehazeData.wt_max[lo]) + in GetDehazeParamsV11duo() 326 pCalibV11Duo->dehaze_setting.DehazeData.wt_max[lo], in GetDehazeParamsV11duo() 461 pProcRes->ProcResV11duo.wt_max / 255.0f); in GetDehazeParamsV11duo() 465 pProcRes->ProcResV11duo.tmax_base, pProcRes->ProcResV11duo.wt_max); in GetDehazeParamsV11duo()
|
| H A D | rk_aiq_adehaze_algo_v10.cpp | 97 float wt_max = in GetDehazeParams() local 99 pCalib->DehazeTuningPara.dehaze_setting.DehazeData.wt_max, CtrlValue, iso_len); in GetDehazeParams() 163 __func__, wt_max, air_max, air_min, tmax_base, tmax_off, tmax_max); in GetDehazeParams() 181 ProcRes->ProcResV10.wt_max = int(wt_max * 256); // 0~255, (9bit) wt_max in GetDehazeParams() 225 __func__, ProcRes->ProcResV10.wt_max, ProcRes->ProcResV10.air_max, in GetDehazeParams()
|
| H A D | rk_aiq_adehaze_algo_v12.cpp | 323 pProcRes->ProcResV12.wt_max = ClipValueV12(pStManu->dehaze_setting.DehazeData.wt_max, 0, 8); in stManuGetDehazeParamsV12() 416 pProcRes->ProcResV12.wt_max / 255.0f); in stManuGetDehazeParamsV12() 420 pProcRes->ProcResV12.tmax_base, pProcRes->ProcResV12.wt_max); in stManuGetDehazeParamsV12() 650 pProcRes->ProcResV12.wt_max = in GetDehazeParamsV12() 651 ClipValueV12(ratio * (pCalibV12->dehaze_setting.DehazeData.wt_max[hi] - in GetDehazeParamsV12() 652 pCalibV12->dehaze_setting.DehazeData.wt_max[lo]) + in GetDehazeParamsV12() 653 pCalibV12->dehaze_setting.DehazeData.wt_max[lo], in GetDehazeParamsV12() 793 pProcRes->ProcResV12.wt_max / 255.0f); in GetDehazeParamsV12() 797 pProcRes->ProcResV12.tmax_base, pProcRes->ProcResV12.wt_max); in GetDehazeParamsV12()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | adehaze_head.h | 65 float* wt_max; member 214 float wt_max[DHAZ_CTRL_DATA_STEP_MAX]; member
|
| H A D | adehaze_uapi_head.h | 39 float wt_max; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | adehaze_xml2json.cpp | 109 …calibv2_adehaze_calib_V20->DehazeTuningPara.dehaze_setting.DehazeData.wt_max = (float *) malloc(si… in convertDehazeCalib2CalibV2() 144 …calibv2_adehaze_calib_V21->DehazeTuningPara.dehaze_setting.DehazeData.wt_max = (float *) malloc(si… in convertDehazeCalib2CalibV2() 190 …ehazeTuningPara.dehaze_setting.DehazeData.wt_max[i] = calibv1_dehaze_isp20->calib_v20[0].dehaze_se… in convertDehazeCalib2CalibV2() 250 …ehazeTuningPara.dehaze_setting.DehazeData.wt_max[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 | 124 attr_v11.stManual.dehaze_setting.DehazeData.wt_max = 0.9; in sample_adehaze_module() 196 attr_v11.stManual.dehaze_setting.DehazeData.wt_max = 0.9; in sample_adehaze_module() 280 attr_v12.stManual.dehaze_setting.DehazeData.wt_max = 0.9; in sample_adehaze_module() 406 attr_v12.stManual.dehaze_setting.DehazeData.wt_max = 0.9; in sample_adehaze_module() 543 attr_v2.stManual.dehaze_setting.DehazeData.wt_max = 0.9; in sample_adehaze_module() 615 attr_v2.stManual.dehaze_setting.DehazeData.wt_max = 0.9; in sample_adehaze_module()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/ |
| H A D | RkAiqCalibDbTypesIsp21.h | 231 float wt_max[9]; member
|
| H A D | RkAiqCalibDbTypesIsp20.h | 1798 float wt_max[9]; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rkisp21-config.h | 278 u16 wt_max; member
|
| H A D | rkisp3-config.h | 381 u16 wt_max; member
|
| H A D | rkisp32-config.h | 647 u16 wt_max; member
|
| H A D | rkisp2-config.h | 1069 u16 wt_max; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-isp21-config.h | 278 __u16 wt_max; member
|
| H A D | rk-isp3-config.h | 381 __u16 wt_max; member
|
| H A D | rk-isp32-config.h | 647 __u16 wt_max; member
|
| H A D | rk-isp2-config.h | 1057 __u16 wt_max; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/ |
| H A D | Isp21Params.cpp | 201 cfg->wt_max = dhaze.ProcResV11.wt_max; in convertAiqAdehazeToIsp21Params()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/ |
| H A D | Isp3xParams.cpp | 1178 cfg->wt_max = dhaze.ProcResV11duo.wt_max; in convertAiqAdehazeToIsp3xParams()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Isp20Params.cpp | 1490 cfg->wt_max = dhaze.ProcResV10.wt_max; in convertAiqAdehazeToIsp20Params() 1551 … cfg->wt_max = int(dhaze.ProcResV10.dehaze_range_adj[0] * 256 ); //0~255, (9bit) wt_max in convertAiqAdehazeToIsp20Params()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/ |
| H A D | Isp32Params.cpp | 1652 cfg->wt_max = dhaze.ProcResV12.wt_max; in convertAiqAdehazeToIsp32Params()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_params_v2x.c | 3347 arg->wt_max, 0); in isp_dhaz_config()
|
| H A D | isp_params_v21.c | 2659 arg->wt_max, 0); in isp_dhaz_config()
|