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

  /external/srec/srec/ca/
syn_srec.c 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/srec/include/
srec_arb.h 98 phonemeID phoneme_index[NUM_PHONEME_INDICES]; /* from short code to phoneme index */ member in struct:__anon29249
  /external/srec/srec/clib/
srec_arb.c 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];
139 cphon = (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[0]];
146 (phonemeID)allotree->phoneme_index[ SILENCE_CODE] :
147 (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[i+1] ] ) ;
150 WBPHONEME_CODE /*(phonemeID)allotree->phoneme_index[ WBPHONEME_CODE] */ :
151 (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[i+1] ] ) ;
322 pfread(allotree->phoneme_index, sizeof(asr_uint16_t), NUM_PHONEME_INDICES, fp); /* phoneme_index */
    [all...]

Completed in 65 milliseconds