Home
last modified time | relevance | path

Searched refs:wt_max (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adehaze/
H A Drk_aiq_types_adehaze_hw.h46 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 Drk_aiq_adehaze_algo_v11.cpp78 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 Drk_aiq_adehaze_algo_v11_duo.cpp79 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 Drk_aiq_adehaze_algo_v10.cpp97 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 Drk_aiq_adehaze_algo_v12.cpp323 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 Dadehaze_head.h65 float* wt_max; member
214 float wt_max[DHAZ_CTRL_DATA_STEP_MAX]; member
H A Dadehaze_uapi_head.h39 float wt_max; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Dadehaze_xml2json.cpp109 …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 Dsample_adehaze_module.cpp124 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 DRkAiqCalibDbTypesIsp21.h231 float wt_max[9]; member
H A DRkAiqCalibDbTypesIsp20.h1798 float wt_max[9]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h278 u16 wt_max; member
H A Drkisp3-config.h381 u16 wt_max; member
H A Drkisp32-config.h647 u16 wt_max; member
H A Drkisp2-config.h1069 u16 wt_max; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h278 __u16 wt_max; member
H A Drk-isp3-config.h381 __u16 wt_max; member
H A Drk-isp32-config.h647 __u16 wt_max; member
H A Drk-isp2-config.h1057 __u16 wt_max; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp201 cfg->wt_max = dhaze.ProcResV11.wt_max; in convertAiqAdehazeToIsp21Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/
H A DIsp3xParams.cpp1178 cfg->wt_max = dhaze.ProcResV11duo.wt_max; in convertAiqAdehazeToIsp3xParams()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1490 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 DIsp32Params.cpp1652 cfg->wt_max = dhaze.ProcResV12.wt_max; in convertAiqAdehazeToIsp32Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3347 arg->wt_max, 0); in isp_dhaz_config()
H A Disp_params_v21.c2659 arg->wt_max, 0); in isp_dhaz_config()

12