|
Classes |
| struct | beam_t |
| | Structure that contains all beam parameters for beam pruning in Viterbi algorithm. More...
|
| struct | pl_t |
| | Structure that contains all parameters for phoneme lookahead. More...
|
| struct | histprune_t |
| | Structure containing various histogram pruning parameters and internal storage All in integers. More...
|
| struct | downsampling_t |
| | Structure containing various parameters for downsampling. More...
|
| struct | gmm_select_t |
| | Structure that contains all parameters for CI-based GMM selection. More...
|
| struct | gau_select_t |
| | Structure that contains all parameters related to Gaussian selection. More...
|
| struct | fast_gmm_t |
| | Structure that contains all parameter related to 4-Level Fast GMM computation. More...
|
Functions |
| beam_t * | beam_init (float64 hmm, float64 ptr, float64 wd, float64 wdend, int32 ptranskip, int32 n_ciphone, logmath_t *logmath) |
| void | beam_report (beam_t *b) |
| void | beam_free (beam_t *b) |
| histprune_t * | histprune_init (int32 maxhmm, int32 maxhist, int32 maxword, int32 hmmhistbinsize, int32 numNodes) |
| void | histprune_zero_histbin (histprune_t *h) |
| void | histprune_update_histbinsize (histprune_t *h, int32 hmmhistbinsize, int32 numNodes) |
| void | histprune_report (histprune_t *h) |
| void | histprune_showhistbin (histprune_t *hp, int32 nfr, char *uttid) |
| void | histprune_free (histprune_t *h) |
| S3DECODER_EXPORT fast_gmm_t * | fast_gmm_init (int32 down_sampling_ratio, int32 mode_cond_ds, int32 mode_dist_ds, int32 isGS4GS, int32 isSVQ4SVQ, float64 subvqbeam, float64 cibeam, float32 tighten_factor, int32 max_cd, int32 n_ci_sen, logmath_t *logmath) |
| void | fast_gmm_report (fast_gmm_t *f) |
| S3DECODER_EXPORT void | fast_gmm_free (fast_gmm_t *fg) |
| pl_t * | pl_init (int32 pheurtype, float64 pl_beam, int32 n_ciphone, logmath_t *logmath) |
| void | pl_report (pl_t *pl) |
| void | pl_free (pl_t *pl) |
| void | pl_computePhnHeur (mdef_t *md, ascr_t *a, pl_t *pl, int32 heutype, int32 win_strt, int32 win_efv) |