Home
last modified time | relevance | path

Searched refs:estimateIlluCaseIdx (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo.cpp892 uint32_t estimateIlluCaseIdx; in AlscAutoConfig() local
895 … ret = illuminant_index_estimation(alsc_mode_now, hAlsc->alscSwInfo.awbGain, estimateIlluCaseIdx); in AlscAutoConfig()
897 …UpdateDominateIlluList(&hAlsc->alscRest.dominateIlluList, estimateIlluCaseIdx, dominateIlluListSiz… in AlscAutoConfig()
900 alsc_mode_now.illu_case_count, estimateIlluCaseIdx); in AlscAutoConfig()
902 alsc_illu_case_t* illu_case = alsc_mode_now.illu_case[estimateIlluCaseIdx]; in AlscAutoConfig()
924 hAlsc->alscRest.estimateIlluCaseIdx != estimateIlluCaseIdx || in AlscAutoConfig()
928 …hAlsc->alscRest.fVignetting, fVignetting, hAlsc->alscRest.estimateIlluCaseIdx, estimateIlluCaseIdx, in AlscAutoConfig()
931 hAlsc->alscRest.estimateIlluCaseIdx = estimateIlluCaseIdx; in AlscAutoConfig()
H A Drk_aiq_types_alsc_algo_prvt.h53 uint32_t estimateIlluCaseIdx; member