Searched refs:MAX_PHONEMES (Results 1 – 3 of 3) sorted by relevance
36 #define MAX_PHONEMES 128 macro48 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++) { in main()
77 unsigned char left_phone[MAX_PHONEMES];78 unsigned char right_phone[MAX_PHONEMES];
82 #define MAX_PHONEMES 128 macro