Searched refs:first_state (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvhmm1d.cpp | 286 CvEHMMState* first_state; 291 first_state = hmm->u.state; 334 CvEHMMState* first_state = hmm->u.state; 395 if ( first_state[i].num_mix == 1) 406 icvKMeans( first_state[i].num_mix, samples[i], num_samples[i], 1006 CvEHMMState* first_state = hmm->u.state; 1016 for (m = 0; m < first_state[i].num_mix; m++) 1018 ((int*)(first_state[i].weight))[m] = 0; 1038 ((int*)(first_state[state].weight))[mixture] += 1; 1047 memset( (void*)first_state[i].mu, 0, first_state[i].num_mix * vect_len * [all …]
|
D | cvhmm.cpp | 263 CvEHMMState* first_state; in icvUniformImgSegm() local 270 first_state = hmm->u.ehmm->u.state; in icvUniformImgSegm() 277 int index = (int)(hmm->u.ehmm[superstate].u.state - first_state); in icvUniformImgSegm() 291 CvEHMMState* first_state = hmm->u.ehmm->u.state; in icvUniformImgSegm() 322 int index = ehmm->u.state - first_state; in icvUniformImgSegm() 393 CvEHMMState* first_state = hmm->u.ehmm->u.state; in icvInitMixSegm() local 463 if ( first_state[i].num_mix == 1) in icvInitMixSegm() 474 cvKMeans( first_state[i].num_mix, samples[i], num_samples[i], in icvInitMixSegm() 891 CvEHMMState* first_state = hmm->u.ehmm->u.state; in icvEstimateTransProb() local 920 begin_ind = (int)(hmm->u.ehmm[superstate].u.state - first_state); in icvEstimateTransProb() [all …]
|
/external/bison/src/ |
D | LR0.c | 48 static state_list *first_state = NULL; variable 70 if (!first_state) in state_list_append() 71 first_state = node; in state_list_append() 306 while (first_state) in set_states() 308 state_list *this = first_state; in set_states() 322 first_state = this->next; in set_states() 325 first_state = NULL; in set_states() 348 for (list = first_state; list; list = list->next) in generate_states()
|
D | ielr.c | 964 state_list *first_state; in ielr_split_states() local 973 state_list **nodep = &first_state; in ielr_split_states() 997 for (this_state = first_state; this_state; this_state = this_state->next) in ielr_split_states() 1027 for (node = first_state; node; node = node->next) in ielr_split_states() 1038 for (node = first_state; node; node = node->next) in ielr_split_states() 1074 while (first_state) in ielr_split_states() 1076 state_list *node = first_state; in ielr_split_states() 1085 first_state = node->next; in ielr_split_states()
|
/external/bison/ |
D | ChangeLog-2012 | 16782 (first_state, last_state): Now symbol_list_t. 18352 Adjust to initialize first_state and last_state if needed. 19926 * src/LR0.c (first_state, last_state): Remove. 19958 * src/LR0.h (first_state): Remove, only the table is used. 22798 * src/state.h (nstates, final_state, first_state, first_shift)
|