このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

マクロ定義 | |
| #define | GLOBAL extern |
| Global variables should be just a reference. | |
| #define | GLOBAL_VAL(v) |
| Just a reference. | |
変数 | |
| LOGPROB(* | calc_outprob )() |
| Function to compute output probability with/without code book level cache. | |
| LOGPROB(* | calc_outprob_state )() |
| Function to compute state output with/without GMS support. | |
| void(* | compute_gaussset )(HTK_HMM_Dens **g, int num, int *last_id) |
| Pruning function to compute likelihood of a mixture component. | |
| boolean(* | compute_gaussset_init )() |
| Initialization function that corresponds to compute_gaussset. | |
| HTK_HMM_INFO * | OP_hmminfo |
| Current HMM definition data. | |
| HTK_HMM_INFO * | OP_gshmm |
| Current GMS HMM data. | |
| int | OP_gprune_num |
| Current number of computed mixtures for pruning. | |
| HTK_Param * | OP_param |
| Current parameter. | |
| HTK_HMM_State * | OP_state |
| Current state. | |
| int | OP_state_id |
| Current state ID. | |
| int | OP_time |
| Current time. | |
| int | OP_last_time |
| last time | |
| VECT * | OP_vec |
| Current input vector. | |
| short | OP_veclen |
| Current vector length. | |
| int | OP_calced_maxnum |
| Allocated length of below. | |
| LOGPROB * | OP_calced_score |
| Scores of computed mixtures. | |
| int * | OP_calced_id |
| IDs of computed mixtures. | |
| int | OP_calced_num |
| Number of computed mixtures. | |
globalvars.h で定義されています。
1.4.2