/external/opencv/cvaux/src/ |
cvhmm.cpp | 108 // Purpose: The function allocates memory for 2-dimensional embedded HMM model 111 // Parameters: hmm - addres of pointer to CvEHMM structure 112 // state_number - array of hmm sizes (size of array == state_number[0]+1 ) 113 // num_mix - number of gaussian mixtures in low-level HMM states 119 // Notes: state_number[0] - number of states in external HMM. 120 // state_number[i] - number of states in embedded HMM 133 CvEHMM* hmm; local 144 hmm = (CvEHMM*)cvAlloc( (state_number[0] + 1) * sizeof(CvEHMM) ); 147 hmm[0].num_states = state_number[0]; 148 hmm[0].level = 1 202 CvEHMM* hmm = phmm[0]; local 1624 CvEHMM* hmm = 0; local [all...] |
cvhmm1d.cpp | 195 // Purpose: The function allocates memory for 1-dimensional HMM 198 // Parameters: hmm - addres of pointer to CvEHMM structure 199 // state_number - number of states in HMM 200 // num_mix - number of gaussian mixtures in HMM states 214 CvEHMM* hmm; 218 /* allocate memory for hmm */ 219 hmm = (CvEHMM*)icvAlloc( sizeof(CvEHMM) ); 222 hmm->num_states = state_number; 223 hmm->level = 0; 252 hmm->u.state = all_states [all...] |
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_misc.h | 18 /* ---- HMM ---- */
|
/external/compiler-rt/BlocksRuntime/tests/ |
byrefcopycopy.c | 40 printf("Hmm, var is %d but should be %d\n", var, shouldbe);
|
/external/srec/srec/crec/ |
comp_stats.c | 86 print_cs_clock(&cs->internal_hmm, cs->total_time, fp, " Internal HMM", "HMMs"); 87 print_cs_clock(&cs->fsm_to_hmm, cs->total_time, fp, " FSM to HMM", "FSM_Nodes"); 88 print_cs_clock(&cs->prune, cs->total_time, fp, " Prune", "HMM States"); 89 print_cs_clock(&cs->hmm_to_fsm, cs->total_time, fp, " HMM to FSM", "HMMS");
|
/external/srec/tools/grxmlcompile/ |
sub_phon.cpp | 171 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl; 176 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl; 190 std::cout << "HMM phoneme: " << modelSequence[jj] << " "; 238 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl; 244 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl; 254 std::cout << "HMM phoneme: " << modelSequence[jj] << " "; 277 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl; 283 std::cout << "HMM: " << centre << " number of HMMs = " << followCount <<std::endl; 297 std::cout << "HMM phoneme: " << followSequence[jj] << " ";
|
/external/opencv/cvaux/include/ |
cvaux.h | 99 * 1D/2D HMM * 131 int num_states; /* number of HMM states */ 133 float** obsProb; /* if level == 0 - array of brob matrices corresponding to hmm 150 CVAPI(int) icvUniform1DSegm( Cv1DObsInfo* obs_info, CvEHMM* hmm ); 152 CVAPI(int) icvInit1DMixSegm( Cv1DObsInfo** obs_info_array, int num_img, CvEHMM* hmm); 154 CVAPI(int) icvEstimate1DHMMStateParams( CvImgObsInfo** obs_info_array, int num_img, CvEHMM* hmm); 156 CVAPI(int) icvEstimate1DObsProb( CvImgObsInfo* obs_info, CvEHMM* hmm ); 160 CvEHMM* hmm ); 162 CVAPI(float) icvViterbi( Cv1DObsInfo* obs_info, CvEHMM* hmm); 164 CVAPI(int) icv1DMixSegmL2( CvImgObsInfo** obs_info_array, int num_img, CvEHMM* hmm );*/ 172 CVAPI(void) cvRelease2DHMM( CvEHMM** hmm ); variable [all...] |
/external/libvpx/libvpx/vpx_mem/memory_manager/include/ |
hmm_cnfg.h | 19 ** HMM. You can change the default configuration, and/or create alternate 23 /* To allow for multiple configurations of HMM to be used in the same
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
hmm_dflt_abort.c | 18 ** case where HMM is being used to implement the malloc and free standard
|
/external/skia/src/utils/ |
SkBitmapChecksummer.cpp | 58 // Hmm, that didn't work. Maybe if we create a new
|
/external/srec/srec/include/ |
srec_sizes.h | 38 typedef asr_uint16_t modelID; /*for models (HMM state distributions)*/
|
srec_context.h | 138 srec_arbdata *allotree; /* for addword, knows hmm to state conversion */ 153 asr_int16_t hmm_ilabel_offset; /* offset for ilabels to hmm */
|
swimodel.h | 50 modelID num_hmmstates; /* number of hmm states ~ 800 */
|
srec.h | 35 #define MAX_HMM 3 /*maximum HMM states in an allophone*/ 67 frameID num_hmm_states; /* number of hmm states */ 72 frameID duration[MAX_HMM]; /* frames observed for this hmm state, todo: pack into char! */
|
/external/stlport/stlport/stl/config/ |
_linux.h | 46 /* Hmm, bogus _GLIBCPP_USE_NAMESPACES seems undefined... */
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_linux.h | 46 /* Hmm, bogus _GLIBCPP_USE_NAMESPACES seems undefined... */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_linux.h | 46 /* Hmm, bogus _GLIBCPP_USE_NAMESPACES seems undefined... */
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_linux.h | 46 /* Hmm, bogus _GLIBCPP_USE_NAMESPACES seems undefined... */
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_linux.h | 46 /* Hmm, bogus _GLIBCPP_USE_NAMESPACES seems undefined... */
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_linux.h | 46 /* Hmm, bogus _GLIBCPP_USE_NAMESPACES seems undefined... */
|
/external/stlport/src/ |
_stdio_file.h | 88 * Hmm, at least for Novell NetWare __dest_os == __mac_os true too..
|
/ndk/sources/cxx-stl/stlport/src/ |
_stdio_file.h | 88 * Hmm, at least for Novell NetWare __dest_os == __mac_os true too..
|
/external/icu4c/common/ |
ucnv_cb.c | 108 It's a fixed size. If we overflow it... Hmm */
|
/external/libvpx/libvpx/nestegg/halloc/src/ |
halloc.c | 192 /* hmm */
|
/external/openssl/crypto/asn1/ |
a_enum.c | 123 /* hmm... a bit ugly */
|