#include <sent/stddefs.h>
#include <sent/htk_hmm.h>
#include <sent/htk_param.h>
#include <sent/hmm.h>
#include <sent/gprune.h>
#include "globalvars.h"
Include dependency graph for outprob_init.c:

Go to the source code of this file.
Defines | |
| #define | GLOBAL_VARIABLE_DEFINE | 
| Global variables is actually defined here.  | |
Functions | |
| boolean | outprob_init (HTK_HMM_INFO *hmminfo, HTK_HMM_INFO *gshmm, int gms_num, int gprune_method, int gprune_mixnum) | 
| boolean | outprob_prepare (int framenum) | 
How to usage these acoustic computation routines:
Definition in file outprob_init.c.
      
  | 
  ||||||||||||||||||||||||
| 
 Initialize and setup acoustic computation functions. 
 
 Definition at line 62 of file outprob_init.c. Referenced by final_fusion().  | 
  
      
  | 
  
| 
 Prepare for the next input of given frame length. 
 
 
 Definition at line 139 of file outprob_init.c. Referenced by main_recognition_loop(), and RealTimePipeLinePrepare().  | 
  
 1.4.2