Searched refs:prob_tmp (Results 1 – 1 of 1) sorted by relevance
153 float prob_tmp; in illuminant_index_candidate_ccm() local154 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() local582 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()