PocketSphinx 5prealpha
|
Data Fields | |
ps_mgau_t | base |
base structure. More... | |
cmd_ln_t * | config |
gauden_t * | g |
uint8 *** | mixw |
mmio_file_t * | sendump_mmap |
uint8 * | mixw_cb |
int32 | n_sen |
uint8 * | topn_beam |
int16 | max_topn |
int16 | ds_ratio |
vqFeature_t *** | topn_hist |
Top-N scores and codewords for past frames. More... | |
uint8 ** | topn_hist_n |
Variable top-N for past frames. More... | |
vqFeature_t ** | f |
Topn-N for currently scoring frame. More... | |
int | n_topn_hist |
Number of past frames tracked. More... | |
logmath_t * | lmath_8b |
logmath_t * | lmath |
Definition at line 59 of file s2_semi_mgau.h.
ps_mgau_t s2_semi_mgau_s::base |
base structure.
Definition at line 60 of file s2_semi_mgau.h.
cmd_ln_t* s2_semi_mgau_s::config |
Definition at line 61 of file s2_semi_mgau.h.
int16 s2_semi_mgau_s::ds_ratio |
Definition at line 72 of file s2_semi_mgau.h.
vqFeature_t** s2_semi_mgau_s::f |
Topn-N for currently scoring frame.
Definition at line 76 of file s2_semi_mgau.h.
gauden_t* s2_semi_mgau_s::g |
Definition at line 63 of file s2_semi_mgau.h.
logmath_t* s2_semi_mgau_s::lmath |
Definition at line 82 of file s2_semi_mgau.h.
logmath_t* s2_semi_mgau_s::lmath_8b |
Definition at line 80 of file s2_semi_mgau.h.
int16 s2_semi_mgau_s::max_topn |
Definition at line 71 of file s2_semi_mgau.h.
uint8*** s2_semi_mgau_s::mixw |
Definition at line 65 of file s2_semi_mgau.h.
uint8* s2_semi_mgau_s::mixw_cb |
Definition at line 68 of file s2_semi_mgau.h.
int32 s2_semi_mgau_s::n_sen |
Definition at line 69 of file s2_semi_mgau.h.
int s2_semi_mgau_s::n_topn_hist |
Number of past frames tracked.
Definition at line 77 of file s2_semi_mgau.h.
mmio_file_t* s2_semi_mgau_s::sendump_mmap |
Definition at line 66 of file s2_semi_mgau.h.
uint8* s2_semi_mgau_s::topn_beam |
Definition at line 70 of file s2_semi_mgau.h.
vqFeature_t*** s2_semi_mgau_s::topn_hist |
Top-N scores and codewords for past frames.
Definition at line 74 of file s2_semi_mgau.h.
uint8** s2_semi_mgau_s::topn_hist_n |
Variable top-N for past frames.
Definition at line 75 of file s2_semi_mgau.h.