Home | History | Annotate | Download | only in src

Lines Matching refs:obsProb

255     hmm->obsProb = NULL;
267 if (hmm->obsProb != NULL)
269 int* tmp = ((int*)(hmm->obsProb)) - 3;
548 if ( hmm->obsProb == NULL )
558 hmm->obsProb = (float**) (buffer + 3);
565 int* total= (int*)(((int*)(hmm->obsProb)) - 3);
573 int* buffer = ((int*)(hmm->obsProb)) - 3;
580 hmm->obsProb = (float**)(buffer + 3);
587 int* obsx = ((int*)(hmm->obsProb)) - 1;
588 //int* obsy = ((int*)(hmm->obsProb)) - 2;
601 float** tmp = hmm->obsProb;
604 /* distribute pointers of ehmm->obsProb */
607 hmm->u.ehmm[i].obsProb = tmp;
613 /* distribute pointers of ehmm->obsProb[j] */
620 ehmm->obsProb[j] = tmpf;
625 hmm->obsProb = tmp;
695 float* log_mp = max_mix > 1 ? log_mix_prob : (float*)(hmm->obsProb);
768 res = icvbLog_64f32f( mix_prob, (float*)(hmm->obsProb),//[j],
793 float* B = ehmm->obsProb[j];
972 hmm->transP, (float*)(hmm->obsProb), 0,