Home
last modified time | relevance | path

Searched refs:dc_thed (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_adehaze_algo_v10.cpp134 float dc_thed = LinearInterp(pCalib->DehazeTuningPara.dehaze_setting.DehazeData.ISO, in GetDehazeParams() local
135 pCalib->DehazeTuningPara.dehaze_setting.DehazeData.dc_thed, in GetDehazeParams()
167 LOGD_ADEHAZE("%s dc_thed:%f dc_weitcur:%f air_thed:%f air_weitcur:%f\n", __func__, dc_thed, in GetDehazeParams()
199 ProcRes->ProcResV10.dc_thed = int(dc_thed); // 0~255, (8bit) dc_thed in GetDehazeParams()
235 ProcRes->ProcResV10.dc_thed, ProcRes->ProcResV10.dc_weitcur, in GetDehazeParams()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adehaze/
H A Drk_aiq_types_adehaze_hw.h72 int dc_thed; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dadehaze_head.h92 float* dc_thed; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Dadehaze_xml2json.cpp118 …calibv2_adehaze_calib_V20->DehazeTuningPara.dehaze_setting.DehazeData.dc_thed = (float *) malloc(s… in convertDehazeCalib2CalibV2()
199 …hazeTuningPara.dehaze_setting.DehazeData.dc_thed[i] = calibv1_dehaze_isp20->calib_v20[0].dehaze_se… in convertDehazeCalib2CalibV2()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp20.h1807 float dc_thed[9]; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp2-config.h1093 __u16 dc_thed; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp2-config.h1105 u16 dc_thed; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1516 cfg->dc_thed = dhaze.ProcResV10.dc_thed; in convertAiqAdehazeToIsp20Params()
1575 …cfg->dc_thed = int(dhaze.ProcResV10.dehaze_bi_para[0] ); //0~255, (8bit) dc_t… in convertAiqAdehazeToIsp20Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3382 value = ISP2X_PACK_2SHORT(arg->dc_thed, arg->dc_weitcur); in isp_dhaz_config()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp17192 int no = ParseFloatArray(pchild, pModeCell->dehaze_setting.dc_thed, tag.Size()); in parseEntrySensorDehazeSettingV20()
17326 int no = ParseFloatArray(pchild, pModeCell->dehaze_setting.dc_thed, tag.Size()); in parseEntrySensorDehazeTuningSettingV20()