Home
last modified time | relevance | path

Searched refs:prob_tmp (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.cpp153 float prob_tmp; in illuminant_index_candidate_ccm() local
154 prob_tmp = prob[i]/sum_prob; in illuminant_index_candidate_ccm()
156 prob_tmp); in illuminant_index_candidate_ccm()
157 if (prob_tmp < prob_limit ) { in illuminant_index_candidate_ccm()
581 float *prob_tmp = (float*)malloc(illuNum*sizeof(float)); in StableProbEstimation() local
582 memset(prob_tmp, 0, illuNum*sizeof(float)); in StableProbEstimation()
588 prob_tmp[pL->value] += pL->prob; in StableProbEstimation()
593 probSet[i] = prob_tmp[i]/(float)count; in StableProbEstimation()
596 free(prob_tmp); in StableProbEstimation()
597 prob_tmp = NULL; in StableProbEstimation()