OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:super_q
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvhmm1d.cpp
968
int*
super_q
= (int*)icvAlloc( obs_info->obs_x * sizeof(int) );
973
_CV_LAST_STATE, &
super_q
, obs_info->obs_x,
982
int state =
super_q
[i];
988
icvFree( &
super_q
);
[
all
...]
cvhmm.cpp
1291
int*
super_q
= (int*)cvAlloc( obs_info->obs_y * sizeof(int) );
local
[
all
...]
Completed in 479 milliseconds