Searched refs:begin_ind (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvhmm.cpp917 int begin_ind; local
920 begin_ind = (int)(hmm->u.ehmm[superstate].u.state - first_state);
921 state = info->state[ 2 * counter + 1] - begin_ind;
936 nextstate = info->state[2*(counter+1) + 1] - begin_ind;

Completed in 39 milliseconds