Searched refs:num_hmms_in_phoneme (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/test_g2g/
H A Dtest_g2g.c378 int num_hmms_in_phoneme; local
385 num_hmms_in_phoneme = 0;
388 traverse_tree(a->pdata[i].model_nodes, &topo, &num_hmms_in_phoneme);
389 if(debug)printf("phoneme %d num_hmms %d (%d-%d)\n", i, num_hmms_in_phoneme,
519 int num_hmms_in_phoneme; local
525 num_hmms_in_phoneme = 0;
528 traverse_tree(a->pdata[i].model_nodes, &topo, &num_hmms_in_phoneme);
529 if(debug)printf("phoneme %d num_hmms %d (%d-%d)\n", i, num_hmms_in_phoneme,
/external/srec/srec/clib/
H A Dsrec_arb.c439 int i, num_hmms_in_phoneme; local
447 num_hmms_in_phoneme = 0;
451 traverse_tree(a->pdata[i].model_nodes, &topo, &num_hmms_in_phoneme);
452 /* if(debug)printf("phoneme %d num_hmms %d (%d-%d)\n", i, num_hmms_in_phoneme,

Completed in 33 milliseconds