Searched refs:MAX_PHONEMES (Results 1 - 3 of 3) sorted by relevance

/external/srec/srec/include/
H A Dhmm_desc.h77 unsigned char left_phone[MAX_PHONEMES];
78 unsigned char right_phone[MAX_PHONEMES];
H A Dall_defs.h82 #define MAX_PHONEMES 128 macro
/external/srec/tools/make_cfst/
H A Dmake_cfst.cpp36 #define MAX_PHONEMES 128 macro
48 char lcontexts[MAX_PHONEMES];
49 char rcontexts[MAX_PHONEMES];
55 int lcontext_state[MAX_PHONEMES];
56 int rcontext_state[MAX_PHONEMES];
141 for(i=0;i<MAX_PHONEMES;i++) {

Completed in 949 milliseconds