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

/external/srec/srec/include/
H A Dsrec.h35 #define MAX_HMM 3 /*maximum HMM states in an allophone*/ macro
68 costdata cost[MAX_HMM]; /* cost so far*/
69 wtokenID word_backtrace[MAX_HMM]; /* index into word tokens*/
70 wordID word[MAX_HMM]; /* when the path encounters an output
72 frameID duration[MAX_HMM]; /* frames observed for this hmm state, todo: pack into char! */
77 altword_token* aword_backtrace[MAX_HMM];

Completed in 73 milliseconds