74 #ifndef __S2_FSG_HISTORY_H__ 75 #define __S2_FSG_HISTORY_H__ 79 #include <sphinxbase/prim_type.h> 80 #include <sphinxbase/fsg_model.h> 83 #include "blkarray_list.h" 84 #include "fsg_lextree.h" 108 #define fsg_hist_entry_fsglink(v) ((v)->fsglink) 109 #define fsg_hist_entry_frame(v) ((v)->frame) 110 #define fsg_hist_entry_score(v) ((v)->score) 111 #define fsg_hist_entry_pred(v) ((v)->pred) 112 #define fsg_hist_entry_lc(v) ((v)->lc) 113 #define fsg_hist_entry_rc(v) ((v)->rc) 147 glist_t **frame_entries;
Operations on dictionary.
a structure for a dictionary.
int32 frame_idx_t
Type for frame index values.