#include <phone_loop_search.h>
Data Fields | |
| ps_search_t | base |
| Base search structure. | |
| hmm_context_t * | hmmctx |
| HMM context structure. | |
| int16 | frame |
| Current frame being searched. | |
| int16 | n_phones |
| Size of phone array. | |
| phone_loop_t * | phones |
| Array of phone arcs. | |
| int32 | best_score |
| Best Viterbi score in current frame. | |
| int32 | beam |
| HMM pruning beam width. | |
| int32 | pbeam |
| Phone exit pruning beam width. | |
| int32 | pip |
| Phone insertion penalty ("language score"). | |
| glist_t | renorm |
| List of renormalizations. | |
Definition at line 82 of file phone_loop_search.h.
1.4.7