HomeSort by relevance Sort by last modified time
    Searched refs:num_hmms (Results 1 - 4 of 4) sorted by null

  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 91 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/
srec_arb.h 96 asr_int16_t num_hmms; member in struct:__anon11390
  /external/srec/srec/clib/
srec_arb.c 238 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 %d (%d-%d)\n", i, num_hmms_in_phoneme
    [all...]
  /external/srec/tools/test_g2g/
test_g2g.c 71 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 888 milliseconds