Home
last modified time | relevance | path

Searched refs:phoneme_index (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/ca/
Dsyn_srec.c282 lphon_ID = (phonemeID)allotree->phoneme_index[ SILENCE_CODE]; in CA_ArbdataGetModelIdsForPIC()
288 lphon_ID = (phonemeID)allotree->phoneme_index[(const unsigned char)lphon]; in CA_ArbdataGetModelIdsForPIC()
289 cphon_ID = (phonemeID)allotree->phoneme_index[(const unsigned char)cphon]; in CA_ArbdataGetModelIdsForPIC()
292 rphon_ID = (phonemeID)allotree->phoneme_index[ SILENCE_CODE]; in CA_ArbdataGetModelIdsForPIC()
298 rphon_ID = (phonemeID)allotree->phoneme_index[(const unsigned char)rphon]; in CA_ArbdataGetModelIdsForPIC()
/external/srec/srec/clib/
Dsrec_arb.c135 lphon = (phonemeID)allotree->phoneme_index[ SILENCE_CODE]; in get_modelids_for_pron()
136 cphon = (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[0]]; in get_modelids_for_pron()
139 cphon = (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[0]]; in get_modelids_for_pron()
146 (phonemeID)allotree->phoneme_index[ SILENCE_CODE] : in get_modelids_for_pron()
147 (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[i+1] ] ) ; in get_modelids_for_pron()
151 (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[i+1] ] ) ; in get_modelids_for_pron()
322 …pfread(allotree->phoneme_index, sizeof(asr_uint16_t), NUM_PHONEME_INDICES, fp); /* phoneme_index */ in read_arbdata_from_stream()
/external/srec/srec/include/
Dsrec_arb.h98 phonemeID phoneme_index[NUM_PHONEME_INDICES]; /* from short code to phoneme index */ member