Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_accm_algo_com.cpp575 …oid StableProbEstimation(struct list_head *l, int listSize, int count, int illuNum, float* probSet) in StableProbEstimation() argument
593 probSet[i] = prob_tmp[i]/(float)count; in StableProbEstimation()
594 LOGD_ACCM("illu(%d), stable prob = %f \n", i, probSet[i]); in StableProbEstimation()