hmm_context_s Struct Reference

Data Fields

int32 n_emit_state
 Number of emitting states in this set of HMMs.
int32 **const * tp
 State transition scores tp[id][from][to] (logs3 values).
int16 const * senscore
 State emission scores senscore[senid] (negated scaled logs3 values).
int16 *const * sseq
 Senone sequence mapping.
int32 * st_sen_scr
 Temporary array of senone scores (for some topologies).
listelem_alloc_t * mpx_ssid_alloc
 Allocator for senone sequence ID arrays.
void * udata
 Whatever you feel like, gosh.

Detailed Description

Definition at line 127 of file hmm.h.


Field Documentation

listelem_alloc_t* hmm_context_s::mpx_ssid_alloc

Allocator for senone sequence ID arrays.

Definition at line 134 of file hmm.h.

Number of emitting states in this set of HMMs.

Definition at line 128 of file hmm.h.

State emission scores senscore[senid] (negated scaled logs3 values).

Definition at line 130 of file hmm.h.

int16* const* hmm_context_s::sseq

Senone sequence mapping.

Definition at line 132 of file hmm.h.

Temporary array of senone scores (for some topologies).

Definition at line 133 of file hmm.h.

int32** const* hmm_context_s::tp

State transition scores tp[id][from][to] (logs3 values).

Definition at line 129 of file hmm.h.

Whatever you feel like, gosh.

Definition at line 135 of file hmm.h.


The documentation for this struct was generated from the following file:

Generated on 19 Feb 2010 for PocketSphinx by  doxygen 1.6.1