|
PocketSphinx 0.6
|
Data Fields | |
| ps_mgau_t | base |
| base structure. | |
| cmd_ln_t * | config |
| Configuration parameters. | |
| gauden_t * | g |
| Set of Gaussians. | |
| int32 | n_sen |
| Number of senones. | |
| uint8 * | sen2cb |
| Senone to codebook mapping. | |
| uint8 *** | mixw |
| Mixture weight distributions by feature, codeword, senone. | |
| mmio_file_t * | sendump_mmap |
| uint8 * | mixw_cb |
| int16 | max_topn |
| int16 | ds_ratio |
| ptm_fast_eval_t * | hist |
| Fast evaluation info for past frames. | |
| ptm_fast_eval_t * | f |
| Fast eval info for current frame. | |
| int | n_fast_hist |
| Number of past frames tracked. | |
| logmath_t * | lmath_8b |
| logmath_t * | lmath |
Definition at line 68 of file ptm_mgau.h.
base structure.
Definition at line 69 of file ptm_mgau.h.
Fast eval info for current frame.
Definition at line 81 of file ptm_mgau.h.
Referenced by ptm_mgau_frame_eval().
Fast evaluation info for past frames.
Definition at line 80 of file ptm_mgau.h.
Referenced by ptm_mgau_frame_eval().
Number of past frames tracked.
Definition at line 82 of file ptm_mgau.h.
Referenced by ptm_mgau_frame_eval().
| int32 ptm_mgau_s::n_sen |
Number of senones.
Definition at line 72 of file ptm_mgau.h.
| uint8* ptm_mgau_s::sen2cb |
Senone to codebook mapping.
Definition at line 73 of file ptm_mgau.h.