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

/external/srec/tools/make_ve_grammar/
H A Dmake_ve_grammar.c91 int num_hmms; local
143 num_hmms = allotree->num_hmms;
200 for(i=0;i<num_hmms;i++){
231 for(i=fnode;i<num_hmms;i++){
/external/srec/srec/include/
H A Dsrec_arb.h96 asr_int16_t num_hmms; member in struct:__anon11120
/external/srec/srec/clib/
H A Dsrec_arb.c238 int i, offset, num_atoms, num_hmms = allotree->num_hmms, ptr; local
241 num_atoms = sizeof(HMMInfo) * num_hmms / BYTES_PER_ATOM;
243 for (i = 0; i < num_hmms; i++)
261 for (i = 0, offset = 0; i < num_hmms; i++)
320 pfread(&allotree->num_hmms, sizeof(asr_int16_t), 1, fp); /* num_hmms */
443 /* if(debug)printf("num_hmms %d\n", a->num_hmms); */
452 /* if(debug)printf("phoneme %d num_hmms
[all...]
/external/srec/tools/test_g2g/
H A Dtest_g2g.c71 ESR_ReturnCode find_phonemes_for_ihmms( CA_Arbdata* ca_arbdata, modelID* ihmms, int num_hmms);
389 if(debug)printf("phoneme %d num_hmms %d (%d-%d)\n", i, num_hmms_in_phoneme,
529 if(debug)printf("phoneme %d num_hmms %d (%d-%d)\n", i, num_hmms_in_phoneme,

Completed in 51 milliseconds