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

  /external/srec/srec/include/
srec_arb.h 28 typedef asr_uint16_t phonemeID;
98 phonemeID phoneme_index[NUM_PHONEME_INDICES]; /* from short code to phoneme index */
119 phonemeID lphon, phonemeID cphon, phonemeID rphon);
  /external/srec/srec/clib/
srec_arb.c 39 int question_check(srec_question* quest, phonemeID lphon, phonemeID cphon, phonemeID rphon)
66 int get_modelid_for_pic(srec_arbdata* allotree, phonemeID lphon, phonemeID cphon, phonemeID rphon)
124 phonemeID lphon, cphon, rphon;
135 lphon = (phonemeID)allotree->phoneme_index[ SILENCE_CODE];
136 cphon = (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[0]];
138 lphon = WBPHONEME_CODE; //(phonemeID)allotree->phoneme_index[ WBPHONEME_CODE]
    [all...]
  /external/srec/srec/ca/
syn_srec.c 278 phonemeID lphon_ID, cphon_ID, rphon_ID;
282 lphon_ID = (phonemeID)allotree->phoneme_index[ SILENCE_CODE];
284 lphon_ID = WBPHONEME_CODE; //(phonemeID)allotree->phoneme_index[ WBPHONEME_CODE];
288 lphon_ID = (phonemeID)allotree->phoneme_index[(const unsigned char)lphon];
289 cphon_ID = (phonemeID)allotree->phoneme_index[(const unsigned char)cphon];
292 rphon_ID = (phonemeID)allotree->phoneme_index[ SILENCE_CODE];
294 rphon_ID = WBPHONEME_CODE; //(phonemeID)allotree->phoneme_index[ WBPHONEME_CODE];
298 rphon_ID = (phonemeID)allotree->phoneme_index[(const unsigned char)rphon];
  /external/srec/tools/make_cfst/
make_cfst.cpp 53 phonemeID phonemeId;
66 phonemeID lphonId, cphonId, rphonId;
131 phonemeID silencePhonId = 0;
139 minifst[modelId].phonemeId = MAXphonemeID;
167 minifst[ modelId].phonemeId = cphonId;
208 cphonId = minifst[modelId].phonemeId;
211 // minifst[mId].phonemeId == rphonId &&
212 minifst[modelId].rcontexts[ minifst[mId].phonemeId] == 1 &&

Completed in 3812 milliseconds