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

  /external/srec/tools/test_g2g/
test_g2g.c 378 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/
srec_arb.c 439 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 950 milliseconds