#include <recog.h>

変数 | |
| LOGPROB * | gmm_score |
| Current accumurated scores for each GMM | |
| boolean * | is_voice |
| True if corresponding model designates speech, FALSE if noise | |
| int | framecount |
| Current frame count | |
| LOGPROB * | OP_calced_score |
| Work area for Gaussian pruning on GMM: scores | |
| int * | OP_calced_id |
| Work area for Gaussian pruning on GMM: id | |
| int | OP_calced_num |
| Work area for Gaussian pruning on GMM: number of above | |
| int | OP_calced_maxnum |
| Work area for Gaussian pruning on GMM: size of allocated area | |
| int | OP_gprune_num |
| Number of Gaussians to be computed in Gaussian pruning | |
| VECT * | OP_vec |
| Local workarea to hold the input vector of current frame | |
| short | OP_veclen |
| Local workarea to hold the length of above | |
| HTK_HMM_Data * | max_d |
| Hold model of the maximum score | |
| int | max_i |
| Index of max_d | |
1.5.4