Home
last modified time | relevance | path

Searched refs:bilat_soft_thd (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adrc/
H A Drk_aiq_types_adrc_hw.h74 unsigned short bilat_soft_thd; member
101 unsigned short bilat_soft_thd; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adrc/
H A Drk_aiq_adrc_algo_v11.cpp337 pAdrcProcRes->DrcProcRes.Drc_v11.bilat_soft_thd = in AdrcGetTuningProcResV11()
339 pAdrcProcRes->DrcProcRes.Drc_v11.bilat_soft_thd = in AdrcGetTuningProcResV11()
340 LIMIT_VALUE(pAdrcProcRes->DrcProcRes.Drc_v11.bilat_soft_thd, INT14BITMAX, 0); in AdrcGetTuningProcResV11()
730 pAdrcProcRes->DrcProcRes.Drc_v11.weig_maxl, pAdrcProcRes->DrcProcRes.Drc_v11.bilat_soft_thd, in AdrcExpoParaProcessing()
H A Drk_aiq_adrc_algo_v12.cpp410 pAdrcProcRes->DrcProcRes.Drc_v12.bilat_soft_thd = LIMIT_VALUE_UNSIGNED( in AdrcGetTuningProcResV12()
412 pAdrcProcRes->DrcProcRes.Drc_v12.bilat_soft_thd = in AdrcGetTuningProcResV12()
413 LIMIT_VALUE_UNSIGNED(pAdrcProcRes->DrcProcRes.Drc_v12.bilat_soft_thd, INT14BITMAX); in AdrcGetTuningProcResV12()
960 pAdrcProcRes->DrcProcRes.Drc_v12.weig_maxl, pAdrcProcRes->DrcProcRes.Drc_v12.bilat_soft_thd, in AdrcExpoParaProcessing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp3-config.h476 u16 bilat_soft_thd; member
H A Drkisp32-config.h715 u16 bilat_soft_thd; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp3-config.h476 __u16 bilat_soft_thd; member
H A Drk-isp32-config.h715 __u16 bilat_soft_thd; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/
H A DIsp3xParams.cpp880 isp_cfg.others.drc_cfg.bilat_soft_thd = adrc_data.DrcProcRes.Drc_v11.bilat_soft_thd; in convertAiqDrcToIsp3xParams()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1750 isp_cfg.others.drc_cfg.bilat_soft_thd = adrc_data.DrcProcRes.Drc_v12.bilat_soft_thd; in convertAiqDrcToIsp32Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v3x.c2667 (arg->bilat_soft_thd & 0x3fff) << 16; in isp_hdrdrc_config()
H A Disp_params_v32.c2598 (arg->bilat_soft_thd & 0x3fff) << 16; in isp_hdrdrc_config()