PocketSphinx
5prealpha
|
Phone loop search structure. More...
#include <state_align_search.h>
Data Fields | |
ps_search_t | base |
Base search structure. More... | |
hmm_context_t * | hmmctx |
HMM context structure. More... | |
ps_alignment_t * | al |
Alignment structure being operated on. More... | |
hmm_t * | hmms |
Vector of HMMs corresponding to phone level. More... | |
int | n_phones |
Number of HMMs (phones). More... | |
int | frame |
Current frame being processed. More... | |
int32 | best_score |
Best score in current frame. More... | |
int | n_emit_state |
Number of emitting states (tokens per frame) | |
state_align_hist_t * | tokens |
Tokens (backpointers) for state alignment. More... | |
int | n_fr_alloc |
Number of frames of tokens allocated. More... | |
Phone loop search structure.
Definition at line 66 of file state_align_search.h.
ps_alignment_t* state_align_search_s::al |
Alignment structure being operated on.
Definition at line 69 of file state_align_search.h.
ps_search_t state_align_search_s::base |
Base search structure.
Definition at line 67 of file state_align_search.h.
int32 state_align_search_s::best_score |
Best score in current frame.
Definition at line 74 of file state_align_search.h.
int state_align_search_s::frame |
Current frame being processed.
Definition at line 73 of file state_align_search.h.
hmm_context_t* state_align_search_s::hmmctx |
HMM context structure.
Definition at line 68 of file state_align_search.h.
hmm_t* state_align_search_s::hmms |
Vector of HMMs corresponding to phone level.
Definition at line 70 of file state_align_search.h.
int state_align_search_s::n_fr_alloc |
Number of frames of tokens allocated.
Definition at line 78 of file state_align_search.h.
int state_align_search_s::n_phones |
Number of HMMs (phones).
Definition at line 71 of file state_align_search.h.
state_align_hist_t* state_align_search_s::tokens |
Tokens (backpointers) for state alignment.
Definition at line 77 of file state_align_search.h.