Home
last modified time | relevance | path

Searched refs:gain_th (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_accm_algo_com.h38 bool JudgeCcmRes3aConverge(ccm_3ares_info_t *res3a_info, accm_sw_info_t *accmSwInfo, float gain_th,…
H A Drk_aiq_accm_algo_com.cpp843 float gain_th, in JudgeCcmRes3aConverge() argument
849 if (fabs(res3a_info->sensorGain - accmSwInfo->sensorGain) > gain_th) { in JudgeCcmRes3aConverge()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_types_alsc_algo_prvt.h115 float gain_th; member
H A Drk_aiq_alsc_algo.cpp1068 … (fabs(hAlsc->alscSwInfo.sensorGain - hAlsc->smartRunRes.last_gain) > hAlsc->smartRunCfg.gain_th) { in JudgeAutoRun()
1225 alsc_context->smartRunCfg.gain_th= 0.2; in AlscInit()