OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_states
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvhmm1d.cpp
535
int
total_states
= 0;
544
total_states
+= hmm->u.ehmm[j].num_states;
546
total_states
= hmm->num_states;
551
int need_size = ( obs_info->obs_x /* * obs_info->obs_y*/ *
total_states
* sizeof(float) /* +
566
int need_size = ( obs_info->obs_x /* * obs_info->obs_y*/ *
total_states
* sizeof(float) /* +
[
all
...]
cvhmm.cpp
603
int
total_states
= 0;
local
612
total_states
+= hmm->u.ehmm[j].num_states;
618
int need_size = ( obs_info->obs_x * obs_info->obs_y *
total_states
* sizeof(float) +
633
int need_size = ( obs_info->obs_x * obs_info->obs_y *
total_states
* sizeof(float) +
[
all
...]
Completed in 25 milliseconds