Data Fields |
hmm_context_t * | ctx |
| Shared context data for this HMM.
|
hmm_state_t | state [HMM_MAX_NSTATE] |
| Per-state data for emitting states.
|
hmm_state_t | out |
| Non-emitting output state.
|
union { |
int32 * mpx_ssid |
| Senone sequence IDs for each state (for multiplex HMMs).
|
int32 ssid |
| Senone sequence ID.
|
} | s |
int32 | bestscore |
| Best [emitting] state score in current frame (for pruning).
|
int16 | tmatid |
| Transition matrix ID (see hmm_context_t).
|
int16 | frame |
| Frame in which this HMM was last active; <0 if inactive.
|
uint8 | mpx |
| Is this HMM multiplex? (hoisted for speed).
|
uint8 | n_emit_state |
| Number of emitting states (hoisted for speed).
|
Detailed Description
Definition at line 160 of file hmm.h.
Field Documentation
Best [emitting] state score in current frame (for pruning).
Definition at line 168 of file hmm.h.
Shared context data for this HMM.
Definition at line 161 of file hmm.h.
Senone sequence IDs for each state (for multiplex HMMs).
Definition at line 165 of file hmm.h.
Senone sequence ID.
Definition at line 166 of file hmm.h.
The documentation for this struct was generated from the following file:
- src/libpocketsphinx/hmm.h