Home
last modified time | relevance | path

Searched refs:soft_threshold_ratio (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dbayertnr_uapi_head_v23.h91 float soft_threshold_ratio; member
201 float soft_threshold_ratio; member
H A Dbayertnr_head_v23.h111 float soft_threshold_ratio; member
231 float soft_threshold_ratio; member
H A Dbayertnr_uapi_head_v2.h73 float soft_threshold_ratio; member
H A Dbayertnr_head_v2.h115 float soft_threshold_ratio; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/abayertnr2/
H A Drk_aiq_types_abayertnr_algo_int_v2.h107 float soft_threshold_ratio[RK_BAYERNR_V2_MAX_ISO_NUM]; member
139 float soft_threshold_ratio;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/abayertnr2/
H A Drk_aiq_abayertnr_algo_bayertnr_v2.cpp101 pSelect->soft_threshold_ratio = in bayertnr_select_params_by_ISO_V2()
102 …isoGainHig - isoGain) / float(isoGainHig - isoGainLow) * pParams->soft_threshold_ratio[isoLevelLow] in bayertnr_select_params_by_ISO_V2()
103 …isoGain - isoGainLow) / float(isoGainHig - isoGainLow) * pParams->soft_threshold_ratio[isoLevelHig… in bayertnr_select_params_by_ISO_V2()
294 tmp = (int)(pSelect->soft_threshold_ratio * (1 << 10) ); in bayertnr_fix_transfer_V2()
510 pParams->soft_threshold_ratio[i] = pTuningIso->soft_threshold_ratio; in bayertnr_init_params_json_V2()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/abayertnrV23/
H A Drk_aiq_abayertnr_algo_bayertnr_v23.cpp119 pSelect->soft_threshold_ratio = in bayertnr_select_params_by_ISO_V23()
120 …ratio * (pHighISO->soft_threshold_ratio - pLowISO->soft_threshold_ratio) + pLowISO->soft_threshold… in bayertnr_select_params_by_ISO_V23()
382 tmp = (int)(pSelect->soft_threshold_ratio * (1 << 10) ); in bayertnr_fix_transfer_V23()
750 pParams->bayertnrParamISO[i].soft_threshold_ratio = pTuningIso->soft_threshold_ratio; in bayertnr_init_params_json_V23()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/abayertnrV23/
H A Drk_aiq_types_abayertnr_algo_int_v23.h115 float soft_threshold_ratio;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_abayertnr_module.cpp230 bayertnrV2_attr.stAuto.st3DParams.soft_threshold_ratio[i] = 0.0; in sample_abayertnr_setAuto_v2()
364 bayertnr_attr.stAuto.st3DParams.bayertnrParamISO[i].soft_threshold_ratio = 0.0; in sample_abayertnr_setAuto_v23()
519 bayertnr_attr.stAuto.st3DParams.bayertnrParamISO[i].soft_threshold_ratio = 0.0; in sample_abayertnr_setAuto_v23Lite()
669 bayertnrV2_attr.stManual.st3DSelect.soft_threshold_ratio = 0.0; in sample_abayertnr_setManual_v2()
799 bayertnr_attr.stManual.st3DSelect.soft_threshold_ratio = 0.0; in sample_abayertnr_setManual_v23()
948 bayertnr_attr.stManual.st3DSelect.soft_threshold_ratio = 0.0; in sample_abayertnr_setManual_v23Lite()